Commit 21c98c9f3435d9ab0c98f6456759ddb01023a3b8
1 parent
04f7db63
qa 的配置文件
Showing
1 changed file
with
17 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +include("basic.lua") | ||
2 | + | ||
3 | +logd = 0 -- 是否开启日志 | ||
4 | +thread = 4 | ||
5 | +codeurl = "106.13.60.20:9090" | ||
6 | +servId = 1 | ||
7 | + | ||
8 | +max_client = 64 | ||
9 | + | ||
10 | +server_port = 12001 | ||
11 | +debug_port = 10001 | ||
12 | +httpweb_port = 8001 | ||
13 | + | ||
14 | +redis_host = "127.0.0.1" | ||
15 | +redis_port = 6001 | ||
16 | +redis_db = 0 | ||
17 | +redis_auth = "zhaolu6001" |