diff options
author | Christoph Witzany | 2017-10-29 11:16:40 +0100 |
---|---|---|
committer | Christoph Witzany | 2017-10-31 10:34:51 +0100 |
commit | 5cda55086acfc1000f0a0062045db50ad415db59 (patch) | |
tree | 4cad35c71d521507013f33bcd730143847234fb6 /config.json.example | |
parent | dad5798472406aad08b1b1c5433f314fdaa679e7 (diff) |
Add mattermost authentication
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index e2d774c7..6dd20b79 100644 --- a/config.json.example +++ b/config.json.example @@ -48,6 +48,11 @@ "clientSecret": "change this", "scope": "use 'read_user' scope for auth user only or remove this property if you need gitlab snippet import/export support (will result to be default scope 'api')" }, + "mattermost": { + "baseURL": "change this", + "clientID": "change this", + "clientSecret": "change this" + }, "dropbox": { "clientID": "change this", "clientSecret": "change this", |