You need to sign in or sign up before continuing.
Commit b51563d4 authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

配置文件里端口号改为整数类型

parent c5da27ff
......@@ -2,11 +2,11 @@
"servers": {
"entertain": {
"address": "127.0.0.1",
"port": "9999"
"port": 9999
},
"athletic": {
"address": "127.0.0.1",
"port": "9998"
"port": 9998
}
},
"arena": {
......@@ -18,4 +18,4 @@
"entertainExpGate": 100,
"atheleticPtGate": 50
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment