Files
darkfi/contrib/localnet/darkirc-four-nodes/darkirc_full_node4.toml

53 lines
1.0 KiB
TOML

## IRC listen URL
irc_listen = "tcp://127.0.0.1:22025"
## Sets Datastore Path
datastore = "darkirc4"
## List of channels to autojoin for new client connections
autojoin = ["#dev", "#test"]
# Log to file. Off by default.
#log = "/tmp/darkirc4.log"
# Set log level. 1 is info (default), 2 is debug, 3 is trace
#verbose = 2
## JSON-RPC settings
[rpc]
## JSON-RPC listen URL
rpc_listen = "tcp://127.0.0.1:8893"
## Disabled RPC methods
#rpc_disabled_methods = ["p2p.get_info"]
## P2P net settings
[net]
## Connection slots
outbound_connections = 8
## Inbound connection slots
# inbound_connections = 8
localnet = true
hostlist = "darkirc4/hostlist.tsv"
# Prefered transports for outbound connections
active_profiles = ["tcp"]
[net.profiles."tcp"]
## Seed nodes to connect to
seeds = ["tcp://127.0.0.1:25551"]
# inbound = ["tcp://127.0.0.1:25555"]
# external_addrs = ["tcp://127.0.0.1:25555"]
# peers = ["tcp://127.0.0.1:25554"]
#
# [channel."#dev"]
# topic = "DarkFi Development HQ"
[channel."#test"]
secret = "HoLfk8vXBvNsBZ73e2xRPBZ9vEbnF9FVi4fDdyU9AZLU"