From d79ce45aacf3c3ea6fcd36163c077768bdd29c38 Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Wed, 3 Feb 2021 11:19:20 +0100 Subject: [PATCH] add gitlab configuration parameter --- config/config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config.js b/config/config.js index 8fa365a..a8bbdb3 100644 --- a/config/config.js +++ b/config/config.js @@ -29,6 +29,9 @@ module.exports = { authPass: 'passwordmail', tlsCiphers: 'SSLv3', from: 'email_from', + }, + gitlab: { + token_readWriteProjects: 'putyourtokenhere' } }, testing: { @@ -61,6 +64,9 @@ module.exports = { authPass: 'passwordmail', tlsCiphers: 'SSLv3', from: 'email_from', + }, + gitlab: { + token_readWriteProjects: 'putyourtokenhere' } }, production: { -- GitLab