You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
672 B
23 lines
672 B
# 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: 1
|
|
# memoryMiB: 512
|
|
|
|
# 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
|