diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 1e265c33..40fccea3 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -587,7 +587,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " # [[gateway]] -#OPTIONAL (not used for now) +#REQUIRED and UNIQUE name="gateway1" #Enable enables this gateway ##OPTIONAL (default false) @@ -659,6 +659,7 @@ enable=true #channel testing on slack and vice versa. (and for the channel testing2 and testing3) [[samechannelgateway]] + name="samechannel1" enable = false accounts = [ "mattermost.work","slack.hobby" ] channels = [ "testing","testing2","testing3"] |