Skip to content

Expose Thornode and Bifrost Environment Overrides

Ursa (9R) requested to merge ursa/env into master

This adds a generic pattern for config overrides on any variable in the default config (https://gitlab.com/thorchain/thornode/-/blob/develop/config/default.yaml), for example to take advantage of the changes in thorchain/thornode!2511 (merged):

# bifrost/values.yaml
env:
  BIFROST_CHAINS_ETH_BLOCK_SCANNER_CONCURRENCY: 4

Merge request reports