diff --git a/config/config.js b/config/config.js index 8fa365a877e9a24f979909a28f3aba97a12faa18..a8bbdb3dc81f840f689edfc8da8ee9993ea754bd 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: {