-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathdev-stable.env
More file actions
35 lines (29 loc) · 3.02 KB
/
Copy pathdev-stable.env
File metadata and controls
35 lines (29 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ═══════════════════════════════════════════════════════════════════════════════
# dev-stable.env — Environment-specific values for the dev-stable cluster
# ═══════════════════════════════════════════════════════════════════════════════
#
# Sourced by config.env when TARGET_ENV=dev-stable (the default).
# All values use ${VAR:-default} so command-line overrides still work.
#
# GCP Project: prj-d-1v-ucd
# Cluster: gke-cluster / us-west1
# Auto-deploy: main branch
# ═══════════════════════════════════════════════════════════════════════════════
# ─── GCP / GKE ────────────────────────────────────────────────────────────────
GCP_PROJECT="${GCP_PROJECT:-prj-d-1v-ucd}"
GKE_CLUSTER="${GKE_CLUSTER:-gke-cluster}"
GKE_REGION="${GKE_REGION:-us-west1}"
# ─── FHIR Store ───────────────────────────────────────────────────────────────
FHIR_STORE="${FHIR_STORE:-projects/prj-d-1v-ucd/locations/us-west1/datasets/operational-healthcare-dataset/fhirStores/operational-fhir-store}"
FHIR_STORE_BASE="${FHIR_STORE_BASE:-https://healthcare.googleapis.com/v1/${FHIR_STORE}/fhir}"
# ─── GCS (consent PDFs) ──────────────────────────────────────────────────────
GCS_BUCKET="${GCS_BUCKET:-econsent-pdf-pilot-dev-oneverily-prj-d-1v-ucd}"
# ─── Organization ─────────────────────────────────────────────────────────────
PLATFORM_ORG_ID="${PLATFORM_ORG_ID:-c4d08196-b1ab-4453-a7e4-d0057dd7287a}"
ENV_SHORT_NAME="${ENV_SHORT_NAME:-dev-stable}"
ENV_BASE_URL="${ENV_BASE_URL:-https://dev-stable.one.verily.com}"
# ─── Auth0 / CIAM ────────────────────────────────────────────────────────────
AUTH0_TENANT_DOMAIN="${AUTH0_TENANT_DOMAIN:-verily-us-dev-participant.us.auth0.com}"
# ─── API routing (local mode) ────────────────────────────────────────────────
# Host header sent to grpc-web-envoy — must match VirtualService config.
API_HOST_HEADER="${API_HOST_HEADER:-dev.app.verilyme.com}"