Commit 36015665ccf5cdea707a26c71858fdf842b45961
1 parent
298ade8e
端口修改
Showing
3 changed files
with
2 additions
and
1 deletions
Show diff stats
config/basic.lua
@@ -15,7 +15,6 @@ codeurl = "10.235.14.37:9001" | @@ -15,7 +15,6 @@ codeurl = "10.235.14.37:9001" | ||
15 | logd = 1 -- 是否开启日志 | 15 | logd = 1 -- 是否开启日志 |
16 | thread = 4 | 16 | thread = 4 |
17 | max_client = 2100 | 17 | max_client = 2100 |
18 | -server_port = 20001 | ||
19 | debug_port = 10001 | 18 | debug_port = 10001 |
20 | httpweb_port = 11001 | 19 | httpweb_port = 11001 |
21 | 20 |
config/server1.lua
@@ -6,3 +6,4 @@ redis_host = "10.235.0.167" | @@ -6,3 +6,4 @@ redis_host = "10.235.0.167" | ||
6 | redis_port = 6379 | 6 | redis_port = 6379 |
7 | redis_db = 1 | 7 | redis_db = 1 |
8 | redis_auth = "VraDMcdX=Jq!Ess4" | 8 | redis_auth = "VraDMcdX=Jq!Ess4" |
9 | +server_port = 20001 | ||
9 | \ No newline at end of file | 10 | \ No newline at end of file |
config/server2.lua