Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit dc24202

Browse files
nambrotgitbook-bot
authored andcommitted
GITBOOK-261: change request with no subject merged in GitBook
1 parent 8d26775 commit dc24202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/agent-configuration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All agents use the same method of configuration which is a multi-layered config
44

55
### Config layers
66

7-
1. Base configuration which takes the form `rust/config/<env_name>/<config_name>.json` all of these are loaded automatically.
7+
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.
88
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.
99
3. `HYP_BASE_` prefixed env vars will be read next.
1010
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.

0 commit comments

Comments
 (0)