diff --git a/config/config.js b/config/config.js index eaab87640d0e7c3eb28fc8c090654f238cafb4c2..c99b06faa7fe1c4ac0c924bb0260c681b5793433 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