Update config

This commit is contained in:
John Lees-Miller 2019-09-28 11:54:17 +01:00
parent 5b5d6048cc
commit 98a438112b

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'
}
},