darkwiki.toml 650 B

123456789101112131415161718192021222324252627282930313233
  1. ## JSON-RPC listen URL
  2. #rpc_listen="tcp://127.0.0.1:13055"
  3. ## Sets Datastore Path
  4. #datastore="~/.config/darkfi/darkwiki"
  5. ## Sets Docs Path
  6. # docs="~/darkwiki"
  7. ## Raft net settings
  8. [net]
  9. ## P2P accept address
  10. inbound="tcp://127.0.0.1:13001"
  11. ## Connection slots
  12. outbound_connections=2
  13. ## P2P external address
  14. external_addr="tls://127.0.0.1:13001"
  15. ## Peers to connect to
  16. #peers=["tls://127.0.0.1:13003"]
  17. ## Seed nodes to connect to
  18. #seeds=[]
  19. ## these are the default configuration for the p2p network
  20. #manual_attempt_limit=0
  21. #seed_query_timeout_seconds=8
  22. #connect_timeout_seconds=10
  23. #channel_handshake_seconds=4
  24. #channel_heartbeat_seconds=10