taud_config.toml 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## JSON-RPC listen URL
  2. #rpc_listen="tcp://127.0.0.1:23330"
  3. ## Sets Datastore Path
  4. #datastore="~/.config/darkfi/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. ## 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
  25. ## Per-workspace settings
  26. [workspace."darkfi"]
  27. ## Create with `taud --key-gen`
  28. secret = "7CkVuFgwTUpJn5Sv67Q3fyEDpa28yrSeL5Hg2GqQ4jfM"
  29. [workspace."general"]
  30. ## Create with `taud --key-gen`
  31. secret = "6ZkvojUcSRML7wSGc3AMmM5meyyEXLoykT23cyUUB6GM"