make config file clearer
This commit is contained in:
parent
e20b903bc0
commit
627c89b545
1 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# Bridge accounts on various services
|
||||
|
||||
[rocketchat]
|
||||
[rocketchat.dravedev]
|
||||
Server = "https://rocketchat.drave.quebec:443"
|
||||
|
@ -6,8 +8,6 @@ Password = "{{ key "secrets/matterbridge/rocketchat.drave.quebec_pass" | trimSpa
|
|||
PrefixMessagesWithNick=false
|
||||
RemoteNickFormat="{NICK}"
|
||||
|
||||
|
||||
|
||||
[matrix]
|
||||
[matrix.deuxfleurs]
|
||||
Server = "https://im.deuxfleurs.fr"
|
||||
|
@ -16,6 +16,9 @@ Password = "{{ key "secrets/matterbridge/im.deuxfleurs.fr_pass" | trimSpace }}"
|
|||
PrefixMessagesWithNick=true
|
||||
RemoteNickFormat="<{NICK}> "
|
||||
|
||||
|
||||
# Rooms we are bridging
|
||||
|
||||
[[gateway]]
|
||||
name = "rfid"
|
||||
enable = true
|
||||
|
|
Reference in a new issue