修改ws默认端口
This commit is contained in:
parent
c71f57faa1
commit
911b2d107b
@ -42,7 +42,7 @@ if (isProd) {
|
||||
presence: new RedisPresence({ url: config.redis })
|
||||
})
|
||||
} else {
|
||||
port = Number(process.env.PORT || 2568)
|
||||
port = Number(process.env.PORT || 2668)
|
||||
gameServer = new Server({
|
||||
server
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user