RUFF/testenv/data/matterbridge/matterbridge.toml
2021-01-12 00:44:51 +01:00

25 lines
423 B
TOML

[irc.testirc]
# "irc" is the hostname of the irc container in docker-compose
Server = "irc:6667"
Nick = "bridge"
RemoteNickFormat = "[{PROTOCOL}] <{NICK}> "
[[gateway]]
name = "gateway1"
enable = true
[[gateway.inout]]
account = "irc.testirc"
channel = "#testing"
# api config
[api.ruff]
BindAddress = "0.0.0.0:4242"
Buffer = 1000
RemoteNickFormat = "{NICK}"
[[gateway.inout]]
account = "api.ruff"
channel = "ruffapi"