Commit 286da0d551ca120ebb55767a6432b9ec418a266b

Authored by zhouhaihai
1 parent fb73effd

原来的config 删除

Showing 1 changed file with 0 additions and 18 deletions   Show diff stats
src/config deleted
... ... @@ -1,18 +0,0 @@
1   -root = "./"
2   -thread = 8
3   -logger = "server.log"
4   -harbor = 0
5   -start = "main" -- main script
6   -bootstrap = "snlua bootstrap" -- The service for bootstrap
7   -logd = 0 -- 是否开启日志
8   -servId = 1
9   -baseId = 0
10   -codeurl = "106.13.60.20:9090"
11   -cluster = "./src/nodenames.lua"
12   -
13   -lua_path = root .."skynet/lualib/?.lua;"..root.."src/?.lua;"..root.."tools/?.lua"
14   -luaservice = root.."skynet/service/?.lua;"..root.."src/?.lua"
15   -lualoader = "skynet/lualib/loader.lua"
16   -preload = "./src/preload.lua" -- run preload.lua before every lua service run
17   -cpath = root.."skynet/cservice/?.so"
18   -lua_cpath = "skynet/luaclib/?.so"
19 0 \ No newline at end of file