mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
change listen envs
This commit is contained in:
parent
b0e646a8b0
commit
69a5fbab9b
@ -19,8 +19,8 @@ export default class Server {
|
||||
this.websocketServer = new ChatServer(this.httpServer)
|
||||
|
||||
this.options = {
|
||||
listenHost: process.env.LISTEN_HOST || "0.0.0.0",
|
||||
listenPort: process.env.LISTEN_PORT || 3020,
|
||||
listenHost: process.env.HTTP_LISTEN_HOST || "0.0.0.0",
|
||||
listenPort: process.env.HTTP_LISTEN_PORT || 3020,
|
||||
...options
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user