mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
support custom gateway listen port
This commit is contained in:
parent
fc31e363de
commit
e6cb90e270
@ -29,7 +29,7 @@ export default class Gateway {
|
|||||||
eventBus = new EventEmitter()
|
eventBus = new EventEmitter()
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
proxyPort: 9000,
|
proxyPort: process.env.GATEWAY_LISTEN_PORT ?? 9000,
|
||||||
internalIp: "0.0.0.0",
|
internalIp: "0.0.0.0",
|
||||||
allReady: false,
|
allReady: false,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user