taud_config.toml 875 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ## JSON-RPC listen URL
  2. #rpc_listen="tcp://127.0.0.1:23330"
  3. ## Sets Datastore Path
  4. #datastore="~/.tau"
  5. ## Current display name
  6. #nickname="NICKNAME"
  7. ## Workspaces
  8. # workspaces = ["darkfi:86MGNN31r3VxT4ULMmhQnMtV8pDnod339KwHwHCfabG2"]
  9. ## Raft net settings
  10. [net]
  11. ## P2P accept addresses
  12. #inbound = ["tcp://127.0.0.1:23331"]
  13. ## Connection slots
  14. outbound_connections=8
  15. ## P2P external addresses
  16. #external_addr = ["tls://127.0.0.1:23331"]
  17. ## Peers to connect to
  18. #peers = ["tls://127.0.0.1:23331"]
  19. ## Seed nodes to connect to
  20. seeds=["tls://lilith0.dark.fi:23331", "tls://lilith1.dark.fi:23331"]
  21. # Prefered transports for outbound connections
  22. #transports = ["tls", "tcp"]
  23. ## these are the default configuration for the p2p network
  24. #manual_attempt_limit=0
  25. #seed_query_timeout_seconds=8
  26. #connect_timeout_seconds=10
  27. #channel_handshake_seconds=4
  28. #channel_heartbeat_seconds=10