You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: operators/agent-configuration/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All agents use the same method of configuration which is a multi-layered config
4
4
5
5
### Config layers
6
6
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.
8
8
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.
9
9
3.`HYP_BASE_` prefixed env vars will be read next.
10
10
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