support custom gateway listen port

This commit is contained in:
SrGooglo 2025-03-28 23:20:47 +00:00
parent fc31e363de
commit e6cb90e270

View File

@ -29,7 +29,7 @@ export default class Gateway {
eventBus = new EventEmitter()
state = {
proxyPort: 9000,
proxyPort: process.env.GATEWAY_LISTEN_PORT ?? 9000,
internalIp: "0.0.0.0",
allReady: false,
}