mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update config
This commit is contained in:
parent
5b5d6048cc
commit
98a438112b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue