Commit d0143bccfca6dd099bd854422a4482cc608fc161
1 parent
7cd7fd53
qa
Showing
2 changed files
with
20 additions
and
3 deletions
Show diff stats
config/nodenames.lua
@@ -0,0 +1,18 @@ | @@ -0,0 +1,18 @@ | ||
1 | +include("basic.lua") | ||
2 | + | ||
3 | +logd = 0 -- 是否开启日志 | ||
4 | +thread = 4 | ||
5 | +codeurl = "192.168.0.199:9090" | ||
6 | +servId = 1 | ||
7 | + | ||
8 | +max_client = 64 | ||
9 | +max_queue = 64 | ||
10 | + | ||
11 | +server_port = 12001 | ||
12 | +debug_port = 10001 | ||
13 | +httpweb_port = 8001 | ||
14 | + | ||
15 | +redis_host = "127.0.0.1" | ||
16 | +redis_port = 6001 | ||
17 | +redis_db = 0 | ||
18 | +redis_auth = "zhaolu6001" | ||
0 | \ No newline at end of file | 19 | \ No newline at end of file |