-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapphosting.yaml
More file actions
41 lines (39 loc) · 1.31 KB
/
Copy pathapphosting.yaml
File metadata and controls
41 lines (39 loc) · 1.31 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
36
37
38
39
40
41
# Settings for Backend (on Cloud Run).
# See https://firebase.google.com/docs/app-hosting/configure#cloud-run
runConfig:
minInstances: 0
# maxInstances: 100
# concurrency: 80
# cpu: 4
# memoryMiB: 4096
# Environment variables and secrets.
env:
# Configure environment variables.
# See https://firebase.google.com/docs/app-hosting/configure#user-defined-environment
# - variable: MESSAGE
# value: Hello world!
# availability:
# - BUILD
# - RUNTIME
# Grant access to secrets in Cloud Secret Manager.
# See https://firebase.google.com/docs/app-hosting/configure#secret-parameters
# - variable: MY_SECRET
# secret: mySecretRef
- variable: NEXT_PUBLIC_FIREBASE_API_KEY
secret: firebaseApiKey
- variable: NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN
secret: firebaseAuthDomain
- variable: NEXT_PUBLIC_FIREBASE_PROJECT_ID
secret: firebaseProjectId
- variable: NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET
secret: firebaseStorageBucket
- variable: NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID
secret: firebaseMessagingSenderId
- variable: NEXT_PUBLIC_FIREBASE_APP_ID
secret: firebaseAppId
- variable: FIREBASE_PROJECT_ID
secret: firebaseProjectId
- variable: FIREBASE_CLIENT_EMAIL
secret: firebaseClientEmail
- variable: FIREBASE_PRIVATE_KEY
secret: firebasePrivateKey