Commit 4da209ac1cb04c8c98407d22196a3e929db93df7
1 parent
b08bbc1f
配置文件
Showing
2 changed files
with
19 additions
and
3 deletions
Show diff stats
config/nodenames.lua
@@ -0,0 +1,17 @@ | @@ -0,0 +1,17 @@ | ||
1 | +include("basic.lua") | ||
2 | + | ||
3 | +logd = 0 -- 是否开启日志 | ||
4 | +thread = 4 | ||
5 | +codeurl = "127.0.0.1:9001" | ||
6 | +servId = 1 | ||
7 | + | ||
8 | +max_client = 2000 | ||
9 | + | ||
10 | +server_port = 20001 | ||
11 | +debug_port = 10001 | ||
12 | +httpweb_port = 11001 | ||
13 | + | ||
14 | +redis_host = "10.235.0.135" | ||
15 | +redis_port = 6379 | ||
16 | +redis_db = 1 | ||
17 | +redis_auth = "VraDMcdX=Jq!Ess4" |