Merge pull request #28 from overleaf/config-update

Update config
This commit is contained in:
John Lees-Miller 2019-09-28 16:08:24 +01:00 committed by GitHub
commit e2f32b544d

View file

@ -11,8 +11,8 @@ module.exports = {
url: `http://${process.env['WEB_HOST'] || 'localhost'}:${process.env[
'WEB_PORT'
] || 3000}`,
user: 'sharelatex',
pass: 'password'
user: process.env['WEB_API_USER'] || 'sharelatex',
pass: process.env['WEB_API_PASSWORD'] || 'password'
}
},