taud_config.toml 595 B

1234567891011121314151617181920212223242526272829
  1. ## JSON-RPC listen URL
  2. #rpc_listen="127.0.0.1:11055"
  3. ## Sets Datastore Path
  4. #datastore="~/.config/tau"
  5. ## Raft net settings
  6. [net]
  7. ## P2P accept address
  8. #inbound="127.0.0.1:11002"
  9. ## Connection slots
  10. #outbound_connections=0
  11. ## P2P external address
  12. #external_addr="127.0.0.1:11002"
  13. ## Peers to connect to
  14. #peers=["127.0.0.1:11003"]
  15. ## Seed nodes to connect to
  16. #seeds=["127.0.0.1:11001"]
  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