We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e795be1 commit 7839ba1Copy full SHA for 7839ba1
1 file changed
frontend/apps/gate/server.js
@@ -37,7 +37,7 @@ if (fs.existsSync(requiredServerFilesConfig)) {
37
}
38
39
const PORT = process.env.PORT || 9090;
40
-const HOST = process.env.HOST || 'localhost';
+const HOST = process.env.HOST || '0.0.0.0';
41
const ENABLE_HTTPS = process.env.ENABLE_HTTPS !== 'false';
42
const keyPath = path.resolve(__dirname, 'server.key');
43
const certPath = path.resolve(__dirname, 'server.cert');
0 commit comments