darkwiki.toml 612 B

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