-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapphosting.staging.yaml
More file actions
34 lines (29 loc) · 986 Bytes
/
apphosting.staging.yaml
File metadata and controls
34 lines (29 loc) · 986 Bytes
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
# ####################################
# Overrides for staging environment #
#####################################
# Settings for Backend (on Cloud Run).
# See https://firebase.google.com/docs/app-hosting/configure#cloud-run
env:
# Specify which Firestore database to use
- variable: NEXT_PUBLIC_FIREBASE_FIRESTORE_DATABASE_ID
value: decision-copilot-prod
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_BASE_URL
value: https://decision-copilot.staging.wellmaintained.org
availability:
- BUILD
- RUNTIME
# Firebase Configuration overrides for staging (only environment-specific values)
- variable: NEXT_PUBLIC_FIREBASE_APP_ID
value: 1:698337109435:web:f3f7b895abc5f39c9bd09e
availability:
- BUILD
- RUNTIME
- variable: NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID
value: G-8ZSRF1K6J9
availability:
- BUILD
- RUNTIME
# DO NOT set NODE_ENV here - let it default to 'production' for builds