Skip to content

Commit

Permalink
docs/node/seed: Update config file for 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 28, 2023
1 parent dba6ae3 commit 23ddba1
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions docs/node/run-your-node/seed-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,17 @@ This will configure the given node to only act as a seed node.
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: seed
common:
data_dir: /node/data
log:
format: JSON
level:
cometbft: info
cometbft/context: error
default: info
genesis:
file: /node/etc/genesis.json

consensus:
tendermint:
mode: seed
file: /node/etc/genesis.json
```
## Starting the Oasis Node
Expand Down

0 comments on commit 23ddba1

Please sign in to comment.