diff options
author | Wim <wim@42.be> | 2017-08-23 22:49:42 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-08-23 22:49:42 +0200 |
commit | 7f9a400776e0000c84e6539a932027965098d6a3 (patch) | |
tree | c81073ff26fc3a00be6219e5d2505a93fc386760 /matterbridge.toml.sample | |
parent | ce1c5873ac0684dd032658cbe57a81df0dc3a4b5 (diff) | |
download | matterbridge-msglm-7f9a400776e0000c84e6539a932027965098d6a3.tar.gz matterbridge-msglm-7f9a400776e0000c84e6539a932027965098d6a3.tar.bz2 matterbridge-msglm-7f9a400776e0000c84e6539a932027965098d6a3.zip |
Add support for personal access tokens (mattermost)
* https://docs.mattermost.com/developer/personal-access-tokens.html
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 9d15efb0..b84cda68 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -213,6 +213,11 @@ Team="yourteam" Login="yourlogin" Password="yourpass" +#personal access token of the bot. +#new feature since mattermost 4.1. See https://docs.mattermost.com/developer/personal-access-tokens.html +#OPTIONAL (you can use token instead of login/password) +#Token="abcdefghijklm" + #Enable this to make a http connection (instead of https) to your mattermost. #OPTIONAL (default false) NoTLS=false |