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 Dec 22, 2025. It is now read-only.
You can configure Erigon using a YAML or TOML configuration file by specifying its path with the `--config` flag.
4
+
5
+
> Note: flags specified in the configuration file can be overridden by directly setting them in the Erigon command line.
6
+
7
+
Both in YAML and TOML files boolean operators (`false`, `true`) and strings without spaces can be specified without quotes, while strings with spaces must be included in `""` or `''` quotes.
8
+
9
+
## YAML
10
+
11
+
Use the `--config` flag to point at the YAML configuration file.
0 commit comments