taud_config.toml 931 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ## Raft net settings
  8. [net]
  9. ## P2P accept addresses
  10. #inbound = ["tcp://127.0.0.1:23331"]
  11. ## Connection slots
  12. outbound_connections=5
  13. ## P2P external addresses
  14. #external_addr = ["tls://127.0.0.1:23331"]
  15. ## Peers to connect to
  16. #peers = ["tls://127.0.0.1:23331"]
  17. ## Seed nodes to connect to
  18. seeds=["tls://lilith0.dark.fi:23331", "tls://lilith1.dark.fi:23331"]
  19. # Prefered transports for outbound connections
  20. #transports = ["tls", "tcp"]
  21. ## these are the default configuration for the p2p network
  22. #manual_attempt_limit=0
  23. #seed_query_timeout_seconds=8
  24. #connect_timeout_seconds=10
  25. #channel_handshake_seconds=4
  26. #channel_heartbeat_seconds=10
  27. ## Per-workspace settings
  28. #[workspace."darkfi"]
  29. ## Create with `taud --key-gen`
  30. #secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"