darkirc_full_node3.toml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ## IRC listen URL
  2. irc_listen = "tcp://127.0.0.1:22024"
  3. ## Sets Datastore Path
  4. datastore = "darkirc3"
  5. ## List of channels to autojoin for new client connections
  6. autojoin = ["#dev", "#test"]
  7. # Log to file. Off by default.
  8. #log = "/tmp/darkirc3.log"
  9. # Set log level. 1 is info (default), 2 is debug, 3 is trace
  10. #verbose = 2
  11. ## JSON-RPC settings
  12. [rpc]
  13. ## JSON-RPC listen URL
  14. rpc_listen = "tcp://127.0.0.1:8892"
  15. ## Disabled RPC methods
  16. #rpc_disabled_methods = ["p2p.get_info"]
  17. ## P2P net settings
  18. [net]
  19. ## Connection slots
  20. outbound_connections = 8
  21. ## Inbound connection slots
  22. # inbound_connections = 8
  23. localnet = true
  24. hostlist = "darkirc3/hostlist.tsv"
  25. # Prefered transports for outbound connections
  26. active_profiles = ["tcp"]
  27. [net.profiles."tcp"]
  28. ## Seed nodes to connect to
  29. seeds = ["tcp://127.0.0.1:25551"]
  30. # inbound = ["tcp://127.0.0.1:25554"]
  31. # external_addrs = ["tcp://127.0.0.1:25554"]
  32. # peers = ["tcp://127.0.0.1:25552"]
  33. #
  34. # [channel."#dev"]
  35. # topic = "DarkFi Development HQ"
  36. [channel."#test"]
  37. secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"