Skip to content

Commit

Permalink
Updated docs for TOML config files (#1355)
Browse files Browse the repository at this point in the history
* Updated configuration-file.md

Signed-off-by: Anmol Sirola <95535448+AnmolSirola@users.noreply.github.com>

* Update docs/public-networks/how-to/configuration-file.md

Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>

---------

Signed-off-by: Anmol Sirola <95535448+AnmolSirola@users.noreply.github.com>
Signed-off-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
AnmolSirola and alexandratran authored Jul 6, 2023
1 parent 4833f80 commit 209c71d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/public-networks/how-to/configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Values must conform to TOML specifications for string, numbers, arrays, and bool
- Comma-separated lists on the command line are string arrays in the TOML file.
- Enclose file paths, hexadecimal numbers, URLs, and &lt;host:port> values in quotes.

Table headings are ignored in TOML files. If you specify a valid Besu option under a table heading in the configuration file, Besu ignores the table heading and reads the option in the same way it does for options not under table headings.

:::tip

The [command line reference](../reference/cli/options.md) includes configuration file examples for each option.
Expand Down

0 comments on commit 209c71d

Please sign in to comment.