修改ws默认端口

This commit is contained in:
zhl 2021-04-30 09:52:13 +08:00
parent b37b113087
commit c71f57faa1

View File

@ -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
})