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

gitlab config

parent 2d496721
...@@ -31,6 +31,9 @@ module.exports = { ...@@ -31,6 +31,9 @@ module.exports = {
authPass: 'mailpass', authPass: 'mailpass',
tlsCiphers: 'SSLv3', tlsCiphers: 'SSLv3',
from: 'mailfrom', from: 'mailfrom',
},
gitlab: {
token_readWriteProjects: 'token-goes-here'
} }
}, },
testing: { testing: {
...@@ -65,6 +68,9 @@ module.exports = { ...@@ -65,6 +68,9 @@ module.exports = {
authPass: 'mailpass', authPass: 'mailpass',
tlsCiphers: 'SSLv3', tlsCiphers: 'SSLv3',
from: 'mailfrom', from: 'mailfrom',
},
gitlab: {
token_readWriteProjects: 'token-goes-here'
} }
} }
} }
\ No newline at end of file
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