Remove mattermost integration

Signed-off-by: Erik Michelson <erik@liltv.de>
This commit is contained in:
Erik Michelson 2020-01-15 21:46:05 +01:00
parent 95355b8f01
commit c976217c12
No known key found for this signature in database
GPG key ID: 6C1E7B9159DABCBA
19 changed files with 7 additions and 125 deletions

View file

@ -42,10 +42,6 @@ if (fs.existsSync(basePath)) {
clientID: getSecret('gitlab_clientID'),
clientSecret: getSecret('gitlab_clientSecret')
},
mattermost: {
clientID: getSecret('mattermost_clientID'),
clientSecret: getSecret('mattermost_clientSecret')
},
dropbox: {
clientID: getSecret('dropbox_clientID'),
clientSecret: getSecret('dropbox_clientSecret'),