darkwiki.toml 858 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ## JSON-RPC listen URL
  2. #rpc_listen="tcp://127.0.0.1:24330"
  3. ## Sets Docs Path
  4. # docs="~/darkwiki"
  5. ## Sets Author name
  6. # author="name"
  7. ## Workspaces
  8. # workspaces = ["darkfi:86MGNN31r3VxT4ULMmhQnMtV8pDnod339KwHwHCfabG2"]
  9. ## Raft net settings
  10. [net]
  11. ## P2P accept addresses
  12. #inbound = ["tls://127.0.0.1:24331"]
  13. ## Connection slots
  14. outbound_connections=5
  15. ## P2P external addresses
  16. #external_addr = ["tls://127.0.0.1:24331"]
  17. ## Peers to connect to
  18. #peers = ["tls://127.0.0.1:24331"]
  19. ## Seed nodes to connect to
  20. seeds = ["tls://wiki0.dark.fi:24331", "tls://wiki1.dark.fi:24331"]
  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