From 5cda55086acfc1000f0a0062045db50ad415db59 Mon Sep 17 00:00:00 2001 From: Christoph Witzany Date: Sun, 29 Oct 2017 11:16:40 +0100 Subject: Add mattermost authentication --- config.json.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.json.example') 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", -- cgit v1.2.3