Skip to content

Commit

Permalink
add env vars for relay (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov authored Feb 4, 2022
1 parent 31abba5 commit de45412
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ops/Pulumi.localnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ config:
solana-env:CL-RELAY_HTTP: http://127.0.0.1:8899
solana-env:CL-ENV_VARS: # specify which chainlink env variables to include, and define below
- CHAINLINK_DEV
- EVM_ENABLED
- EVM_RPC_ENABLED
- SOLANA_ENABLED
- ETH_DISABLED
- USE_LEGACY_ETH_ENV_VARS
- FEATURE_OFFCHAIN_REPORTING2
Expand All @@ -29,6 +32,9 @@ config:
- AUTO_PPROF_GOROUTINE_THRESHOLD
- LOG_LEVEL
solana-env:CL-CHAINLINK_DEV: true
solana-env:CL-EVM_ENABLED: false
solana-env:CL-EVM_RPC_ENABLED: false
solana-env:CL-SOLANA_ENABLED: true
solana-env:CL-ETH_DISABLED: true
solana-env:CL-USE_LEGACY_ETH_ENV_VARS: false
solana-env:CL-FEATURE_OFFCHAIN_REPORTING2: true
Expand Down

0 comments on commit de45412

Please sign in to comment.