Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 573 Bytes

introduction.md

File metadata and controls

23 lines (20 loc) · 573 Bytes

This chapter covers the node documentation, necessary to have a working system. It covers the network, logging and storage parameters.

The node configuration uses the YAML format.

This is an example of a configuration file:

storage: "/tmp/storage"
log:
  level: debug
  format: json
p2p:
  trusted_peers:
    - id: 1
      address: "/ip4/104.24.28.11/tcp/8299"
    - id: 2
      address: "/ip4/104.24.29.11/tcp/8299"
  public_address: "/ip4/127.0.0.1/tcp/8080"
  topics_of_interest:
    messages: low
    blocks: normal