diff options
author | Sheogorath | 2017-10-31 12:11:41 +0100 |
---|---|---|
committer | GitHub | 2017-10-31 12:11:41 +0100 |
commit | 16b3e015ab3696ff61faefff30c8abfb2387e664 (patch) | |
tree | 8b3518ecebfb864ac137804b18ab295200f55f41 /config.json.example | |
parent | f2812730e084d211c2d4ee9bb24cc3204ff54f51 (diff) | |
parent | 5cda55086acfc1000f0a0062045db50ad415db59 (diff) |
Merge pull request #606 from DoubleMalt/feature/MattermostAuth
Add Mattermost authentication strategy
Diffstat (limited to '')
-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", |