cheogram-muc-bridge/config.dhall.example

17 lines
323 B
Plaintext
Raw Normal View History

2021-06-24 02:00:55 +00:00
{
nick = "cheogram-muc-bridge",
componentJid = "bridge.example.com",
secret = "",
2021-06-24 02:00:55 +00:00
server = {
host = "localhost",
port = 5347
},
db = "/path/to/sqlite.db",
2021-06-24 02:00:55 +00:00
mucs = [
[
{ jid = "first@muc", tag = "first", nickChars = Some "a-zA-Z[]" },
{ jid = "second@muc", tag = "second", nickChars = None Text }
]
2021-06-24 02:00:55 +00:00
]
}