Commit fdd61a46fbac60a0ba2c7acbc0a6014682bdf06d

Authored by zhouhaihai
1 parent 404d5bee

qa 配置

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
src/config
... ... @@ -4,12 +4,11 @@ logger = "server.log"
4 4 harbor = 0
5 5 start = "main" -- main script
6 6 bootstrap = "snlua bootstrap" -- The service for bootstrap
7   -logd = 1 -- 是否开启日志
  7 +logd = 0 -- 是否开启日志
8 8 servId = 1
9 9 baseId = 0
10 10 codeurl = "106.13.60.20:9090"
11 11 cluster = "./src/nodenames.lua"
12   -daemon = "./skynet.pid"
13 12  
14 13 lua_path = root .."skynet/lualib/?.lua;"..root.."src/?.lua;"..root.."tools/?.lua"
15 14 luaservice = root.."skynet/service/?.lua;"..root.."src/?.lua"
... ...