Skip to content

Commit

Permalink
Merge pull request #642 from oasisprotocol/amela/update-seed-config-f…
Browse files Browse the repository at this point in the history
…or-23.0

docs/node/seed: Update config file for 23.0
  • Loading branch information
amela authored Nov 28, 2023
2 parents 842181b + c2584c1 commit fe4b647
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions docs/node/run-your-node/seed-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,18 @@ 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 fe4b647

Please sign in to comment.