mirror of
https://github.com/FlipsideCrypto/mantle-models.git
synced 2026-02-06 14:16:47 +00:00
streamline stg vars
This commit is contained in:
parent
5c6a72b0ba
commit
d782d4bf83
@ -98,19 +98,19 @@ vars:
|
||||
config:
|
||||
# The keys correspond to dbt profiles and are case sensitive
|
||||
dev:
|
||||
API_INTEGRATION:
|
||||
EXTERNAL_FUNCTION_URI:
|
||||
API_INTEGRATION: AWS_MANTLE_API_STG_V2
|
||||
EXTERNAL_FUNCTION_URI: y56j97l3vb.execute-api.us-east-1.amazonaws.com/stg/
|
||||
ROLES:
|
||||
- AWS_LAMBDA_MANTLE_API # replace with the name of the chain
|
||||
- INTERNAL_DEV
|
||||
|
||||
prod:
|
||||
API_INTEGRATION:
|
||||
EXTERNAL_FUNCTION_URI:
|
||||
ROLES:
|
||||
- AWS_LAMBDA_MANTLE_API # replace with the name of the chain
|
||||
- INTERNAL_DEV
|
||||
- DBT_CLOUD_MANTLE # replace with the name of the chain
|
||||
# prod:
|
||||
# API_INTEGRATION: AWS_MANTLE_API_PROD_V2
|
||||
# EXTERNAL_FUNCTION_URI:
|
||||
# ROLES:
|
||||
# - AWS_LAMBDA_MANTLE_API # replace with the name of the chain
|
||||
# - INTERNAL_DEV
|
||||
# - DBT_CLOUD_MANTLE # replace with the name of the chain
|
||||
|
||||
#### STREAMLINE 2.0 END ####
|
||||
|
||||
@ -120,7 +120,7 @@ vars:
|
||||
### GLOBAL VARIABLES BEGIN ###
|
||||
## REQUIRED
|
||||
GLOBAL_PROD_DB_NAME: 'mantle' # replace with the name of the chain
|
||||
GLOBAL_NODE_SECRET_PATH: 'Vault/prod/mantle/<node_provider>/<network>'
|
||||
GLOBAL_NODE_SECRET_PATH: 'Vault/prod/mantle/quicknode/mainnet'
|
||||
GLOBAL_BLOCKS_PER_HOUR: 1800 # replace with the blocks per hour of the chain
|
||||
|
||||
### GLOBAL VARIABLES END ###
|
||||
|
||||
Loading…
Reference in New Issue
Block a user