-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.mainnet.yaml
21 lines (21 loc) · 1018 Bytes
/
app.mainnet.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
runtime: nodejs16
service: blockchain-api
instance_class: F2
env_variables:
NODE_ENV: 'production'
DEPLOY_ENV: 'mainnet'
EXCHANGE_RATES_API: 'https://apilayer.net/api'
BLOCKSCOUT_API: 'https://rc1-blockscout.celo-testnet.org'
FIREBASE_PROJECT_ID: 'celo-mobile-mainnet'
# TODO Pull addresses from the build artifacts of the network in protocol/build
FAUCET_ADDRESS: '0x456f41406B32c45D59E539e4BBA3D7898c3584dA'
# Unused
VERIFICATION_REWARDS_ADDRESS: '0x00000000000000000000000000000000000verif'
WEB3_PROVIDER_URL: 'https://forno.celo.org'
# Comma separated list of Secrets to load.
SECRET_NAMES: 'projects/1027349420744/secrets/blockchain-api/versions/latest,projects/1027349420744/secrets/blockchain-api-db/versions/latest'
EXCHANGES_NETWORK_CONFIG: 'mainnet'
# This doesn't need to be kept private:
# https://docs.sentry.io/product/sentry-basics/dsn-explainer/
SENTRY_DSN: 'https://[email protected]/6410095'
SENTRY_TRACES_SAMPLE_RATE: '0.2'