mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 05:43:46 -05:00
Merge pull request #950 from 6-6-6:main
GitOrigin-RevId: cca9f54c6fbb43b61362936cfa69f66f8d48fde0
This commit is contained in:
commit
526ee12ef5
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ app.get('/health_check', healthCheckController.check)
|
||||||
app.use(RequestLogger.errorHandler)
|
app.use(RequestLogger.errorHandler)
|
||||||
|
|
||||||
const port = settings.internal.filestore.port || 3009
|
const port = settings.internal.filestore.port || 3009
|
||||||
const host = '0.0.0.0'
|
const host = settings.internal.filestore.host || '0.0.0.0'
|
||||||
|
|
||||||
if (!module.parent) {
|
if (!module.parent) {
|
||||||
// Called directly
|
// Called directly
|
||||||
|
|
Loading…
Reference in a new issue