mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 03:53:45 +00:00
commit
e2f32b544d
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…
Add table
Reference in a new issue