darkirc_full_node4.toml 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## JSON-RPC listen URL
  2. rpc_listen = "tcp://127.0.0.1:8893"
  3. ## IRC listen URL
  4. irc_listen = "tcp://127.0.0.1:22025"
  5. ## Sets Datastore Path
  6. datastore = "/tmp/darkirc_test/darkirc4"
  7. ## List of channels to autojoin for new client connections
  8. autojoin = ["#dev", "#test"]
  9. ## P2P net settings
  10. [net]
  11. ## Connection slots
  12. outbound_connections = 8
  13. ## Inbound connection slots
  14. inbound_connections = 8
  15. inbound = ["tcp://127.0.0.1:25555"]
  16. external_addrs = ["tcp://127.0.0.1:25555"]
  17. # peers = ["tcp://127.0.0.1:25554"]
  18. ## Seed nodes to connect to
  19. seeds = ["tcp://127.0.0.1:25551"]
  20. # Prefered transports for outbound connections
  21. allowed_transports = ["tcp"]
  22. localnet = true
  23. channel_handshake_timeout = 25
  24. #
  25. # [channel."#dev"]
  26. # topic = "DarkFi Development HQ"
  27. [channel."#test"]
  28. secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"