Commit b8a2c28bc65c3f0dc00df12b83953ab3b3eab2d9
1 parent
b08bbc1f
配置文件
Showing
4 changed files
with
28 additions
and
4 deletions
Show diff stats
config/basic.lua
... | ... | @@ -9,4 +9,12 @@ lualoader = "skynet/lualib/loader.lua" |
9 | 9 | preload = "./src/preload.lua" -- run preload.lua before every lua service run |
10 | 10 | cpath = root.."skynet/cservice/?.so" |
11 | 11 | lua_cpath = "skynet/luaclib/?.so" |
12 | -cluster = "./config/nodenames.lua" | |
13 | 12 | \ No newline at end of file |
13 | +cluster = "./config/nodenames.lua" | |
14 | + | |
15 | +codeurl = "10.235.14.37:9001" | |
16 | +logd = 0 -- 是否开启日志 | |
17 | +thread = 4 | |
18 | +max_client = 2000 | |
19 | +server_port = 20001 | |
20 | +debug_port = 10001 | |
21 | +httpweb_port = 11001 | |
14 | 22 | \ No newline at end of file | ... | ... |
config/nodenames.lua