summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorSheogorath2017-10-31 12:11:41 +0100
committerGitHub2017-10-31 12:11:41 +0100
commit16b3e015ab3696ff61faefff30c8abfb2387e664 (patch)
tree8b3518ecebfb864ac137804b18ab295200f55f41 /config.json.example
parentf2812730e084d211c2d4ee9bb24cc3204ff54f51 (diff)
parent5cda55086acfc1000f0a0062045db50ad415db59 (diff)
Merge pull request #606 from DoubleMalt/feature/MattermostAuth
Add Mattermost authentication strategy
Diffstat (limited to '')
-rw-r--r--config.json.example5
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",