chat_config.toml 610 B

123456789101112131415161718192021222324252627
  1. # chat toml
  2. [net]
  3. ## P2P accept address
  4. #inbound="tls://127.0.0.1:11002"
  5. ## Connection slots
  6. outbound_connections=5
  7. ## P2P external address
  8. #external_addr="tls://127.0.0.1:11002"
  9. ## Peers to connect to
  10. #peers=["tls://127.0.0.1:11003"]
  11. ## Seed nodes to connect to
  12. seeds=["tls://irc0.dark.fi:11001", "tls://irc1.dark.fi:11001"]
  13. ## Only used for debugging. Compromises privacy when set.
  14. #node_id = "foo"
  15. ## these are the default configuration for the p2p network
  16. #manual_attempt_limit=0
  17. #seed_query_timeout_seconds=8
  18. #connect_timeout_seconds=10
  19. #channel_handshake_seconds=4
  20. #channel_heartbeat_seconds=10