-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapphosting.yaml
More file actions
31 lines (29 loc) · 1.12 KB
/
apphosting.yaml
File metadata and controls
31 lines (29 loc) · 1.12 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
# 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: SIGNATURE_DATABASE
value: https://sig.eth.samczsun.com/
- variable: NEXT_PUBLIC_URQL_ENDPOINT_MAINNET
value: https://your-mainnet-endpoint.com
- variable: NEXT_PUBLIC_URQL_ENDPOINT_SEPOLIA
value: https://your-sepolia-endpoint.com
- variable: NEXT_PUBLIC_GA_ID
value: G-0000000000
availability:
- BUILD
- RUNTIME
# Grant access to secrets in Cloud Secret Manager.
# See https://firebase.google.com/docs/app-hosting/configure#secret-parameters
- variable: NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
secret: projects/timelock-explorer/secrets/NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
- variable: NEXT_PUBLIC_URQL_ENDPOINT_ROOTSTOCK
secret: projects/timelock-explorer/secrets/NEXT_PUBLIC_URQL_ENDPOINT_ROOTSTOCK