diff options
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", |