Commit d79ce45a authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

add gitlab configuration parameter

5 merge requests!86ignore ts built folder,!37Prepareprod,!36Testing,!34Testing,!32Mlab 416
Showing with 6 additions and 0 deletions
+6 -0
......@@ -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: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment