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