Sfoglia il codice sorgente

Merge pull request #950 from 6-6-6:main

GitOrigin-RevId: cca9f54c6fbb43b61362936cfa69f66f8d48fde0
Copybot 4 anni fa
parent
commit
526ee12ef5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      services/filestore/app.js

+ 1 - 1
services/filestore/app.js

@@ -136,7 +136,7 @@ app.get('/health_check', healthCheckController.check)
 app.use(RequestLogger.errorHandler)
 
 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) {
   // Called directly