Commit 0d2d48c0 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

gitlab config

parent 2d496721
......@@ -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
Markdown is supported
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