node1.toml 475 B

123456789101112131415161718192021222324
  1. ## JSON-RPC listen URL
  2. rpc_listen="tcp://127.0.0.1:8890"
  3. ## IRC listen URL
  4. irc_listen="tcp://127.0.0.1:22022"
  5. ## List of channels to autojoin for new client connections
  6. autojoin = ["#dev"]
  7. ## P2P net settings
  8. [net]
  9. ## Connection slots
  10. outbound_connections=0
  11. inbound = ["nym://127.0.0.1:25552"]
  12. external_addr = ["nym://127.0.0.1:25552"]
  13. # peers = ["nym://127.0.0.1:25553"]
  14. ## Seed nodes to connect to
  15. # seeds = ["nym://127.0.0.1:25551"]
  16. outbound_transports = ["nym"]