diff options
author | Wim <wim@42.be> | 2019-03-20 23:18:13 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2019-03-20 23:18:40 +0100 |
commit | cba01f0865d2d78d95825eb844419efe6479c225 (patch) | |
tree | ba3e659ce1292e0e49c1ca163d5f7c629b51da39 /matterbridge.toml.sample | |
parent | 8b754017ca917bcda05409951ded2535c427c7c4 (diff) | |
download | matterbridge-msglm-cba01f0865d2d78d95825eb844419efe6479c225.tar.gz matterbridge-msglm-cba01f0865d2d78d95825eb844419efe6479c225.tar.bz2 matterbridge-msglm-cba01f0865d2d78d95825eb844419efe6479c225.zip |
Update rocketchat documentation
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 8fbbfe0d..30c02e42 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1007,9 +1007,10 @@ ShowTopicChange=false Server="https://yourrocketchatserver.domain.com:443" #login/pass of your bot. +#login needs to be the login with email address! user@domain.com #Use a dedicated user for this and not your own! #REQUIRED (when not using webhooks) -Login="yourlogin" +Login="yourlogin@domain.com" Password="yourpass" #### Settings for webhook matterbridge. |