| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- ## JSON-RPC listen URL
- rpc_listen = "tcp://127.0.0.1:8892"
- ## IRC listen URL
- irc_listen = "tcp://127.0.0.1:22024"
- ## Sets Datastore Path
- datastore = "/tmp/darkirc_test/darkirc3"
- ## List of channels to autojoin for new client connections
- autojoin = ["#dev", "#test"]
- ## P2P net settings
- [net]
- ## Connection slots
- outbound_connections = 8
- ## Inbound connection slots
- # inbound_connections = 8
- # inbound = ["tcp://127.0.0.1:25554"]
- # external_addrs = ["tcp://127.0.0.1:25554"]
- # peers = ["tcp://127.0.0.1:25552"]
- ## Seed nodes to connect to
- seeds = ["tcp://127.0.0.1:25551"]
- # Prefered transports for outbound connections
- allowed_transports = ["tcp"]
- localnet = true
- hostlist = "/tmp/darkirc_test/darkirc3-host.tsv"
- # advertise = true
- #
- # [channel."#dev"]
- # topic = "DarkFi Development HQ"
- [channel."#test"]
- secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"
|