From 0d2d48c03c422670b5fdd87ddbdd70bb26ae6093 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Thu, 29 Oct 2020 17:44:22 +0100 Subject: [PATCH] gitlab config --- config/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.js b/config/config.js index eaab8764..c99b06fa 100644 --- a/config/config.js +++ b/config/config.js @@ -31,6 +31,9 @@ module.exports = { authPass: 'mailpass', tlsCiphers: 'SSLv3', from: 'mailfrom', + }, + gitlab: { + token_readWriteProjects: 'token-goes-here' } }, testing: { @@ -65,6 +68,9 @@ module.exports = { authPass: 'mailpass', tlsCiphers: 'SSLv3', from: 'mailfrom', + }, + gitlab: { + token_readWriteProjects: 'token-goes-here' } } } \ No newline at end of file -- GitLab