Skip to content

Commit

Permalink
GITBOOK-261: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot authored and gitbook-bot committed Sep 12, 2023
1 parent 8d26775 commit dc24202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/agent-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All agents use the same method of configuration which is a multi-layered config

### Config layers

1. Base configuration which takes the form `rust/config/<env_name>/<config_name>.json` all of these are loaded automatically.
1. Base configuration from "default deployments" are in the [monorepo](https://github.com/hyperlane-xyz/hyperlane-monorepo/tree/main/rust/config) and all of these are loaded automatically.
2. Config files passed in via the `CONFIG_FILES` env var are loaded next; this env var should be a comma separated list of paths to json files that should be loaded in order from first to last.
3. `HYP_BASE_` prefixed env vars will be read next.
4. `HYP_<AGENT>_` prefixed env vars are then read and apply ONLY for the current agent. I.e. `RELAYER`, `VALIDATOR`, and `SCRAPER` will only read their respective prefixes.
Expand Down

0 comments on commit dc24202

Please sign in to comment.