10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# GCP GKE credentials — copy to gke.env and fill in values
|
|
# NEVER commit gke.env to git!
|
|
|
|
# Required
|
|
GCP_PROJECT_ID=your-gcp-project-id
|
|
GCP_REGION=europe-west4
|
|
|
|
# Optional — path to service account JSON key (if not using gcloud auth)
|
|
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/sa-key.json
|