mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user