Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add env vars for relay #179

Merged
merged 1 commit into from
Feb 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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