summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js
diff options
context:
space:
mode:
authorChristoph Witzany2017-10-29 11:16:40 +0100
committerChristoph Witzany2017-10-31 10:34:51 +0100
commit5cda55086acfc1000f0a0062045db50ad415db59 (patch)
tree4cad35c71d521507013f33bcd730143847234fb6 /lib/config/dockerSecret.js
parentdad5798472406aad08b1b1c5433f314fdaa679e7 (diff)
Add mattermost authentication
Diffstat (limited to '')
-rw-r--r--lib/config/dockerSecret.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/config/dockerSecret.js b/lib/config/dockerSecret.js
index eea2fafd..ac54fd19 100644
--- a/lib/config/dockerSecret.js
+++ b/lib/config/dockerSecret.js
@@ -38,6 +38,10 @@ 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')