Skip to content

Commit

Permalink
Update configure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Delgado authored Nov 8, 2022
1 parent a95d7cf commit 691553a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/operators/how-to/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ One node can be configured using a combination of the following methods:
3. Configuration file (currently, only TOML format is supported)
4. Default value

Note the precedence order, each item takes precedence over the item below it.
Note the precedence order, each configuration mechanism overrides the configuration set by one below (e.g., _command line options_ override the configuration set by the _environment variables_ and by the _configuration file_).

### Command line options/flags

Expand Down Expand Up @@ -132,4 +132,4 @@ This an index of tutorials explaining how to configure your nwaku node for diffe
4. [Configure store protocol and message store](./configure-store.md)
5. [Generate and configure a node key](./configure-key.md)
6. [Configure websocket transport](./configure-websocket.md)
7. [Run nwaku with rate limiting enabled](./run-with-rln.md)
7. [Run nwaku with rate limiting enabled](./run-with-rln.md)

0 comments on commit 691553a

Please sign in to comment.