Commit 244fb0fd8ee6642b5384f3c0e4d640954b92b29a
1 parent
2a79cbf8
修改配置文件
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
config/develop.lua
... | ... | @@ -2,12 +2,12 @@ include("basic.lua") |
2 | 2 | |
3 | 3 | logd = 0 -- 是否开启日志 |
4 | 4 | thread = 4 |
5 | -codeurl = "192.168.8.223:9090" | |
5 | +codeurl = "127.0.0.1:9090" | |
6 | 6 | servId = 1 |
7 | 7 | |
8 | 8 | max_client = 300 |
9 | 9 | |
10 | -server_port = 12001 | |
10 | +server_port = 20001 | |
11 | 11 | debug_port = 10001 |
12 | 12 | httpweb_port = 11001 |
13 | 13 | ... | ... |
config/nodenames.lua