Skip to content

Commit

Permalink
docs/node/non-validator: Update config file for 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 27, 2023
1 parent dba6ae3 commit ce08a0e
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions docs/node/run-your-node/non-validator-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,20 @@ This will configure the given node to only follow the consensus layer.
In order to configure the node create the `/node/etc/config.yml` file with the following content:

```yaml
datadir: /node/data

log:
level:
default: info
tendermint: info
tendermint/context: error
format: JSON

mode: client
common:
data_dir: /node/data
log:
format: JSON
level:
cometbft: warn
cometbft/context: error
default: debug
genesis:
file: /node/etc/genesis.json

consensus:
tendermint:
p2p:
# List of seed nodes to connect to.
# NOTE: You can add additional seed nodes to this list if you want.
seed:
- "{{ seed_node_address }}"

file: /node/etc/genesis.json
p2p:
seeds:
- {{ seed_node_address }}
```
Before using this configuration you should collect the following information to replace the variables present in the configuration file:
Expand Down

0 comments on commit ce08a0e

Please sign in to comment.