Skip to content

Commit 7839ba1

Browse files
authored
Update Host
1 parent e795be1 commit 7839ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/apps/gate/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (fs.existsSync(requiredServerFilesConfig)) {
3737
}
3838

3939
const PORT = process.env.PORT || 9090;
40-
const HOST = process.env.HOST || 'localhost';
40+
const HOST = process.env.HOST || '0.0.0.0';
4141
const ENABLE_HTTPS = process.env.ENABLE_HTTPS !== 'false';
4242
const keyPath = path.resolve(__dirname, 'server.key');
4343
const certPath = path.resolve(__dirname, 'server.cert');

0 commit comments

Comments
 (0)