config.c2 293 B

1234567891011
  1. thread = 8
  2. logger = nil
  3. harbor = 0
  4. start = "cluster2"
  5. bootstrap = "snlua bootstrap" -- The service for bootstrap
  6. luaservice = "./service/?.lua;./test/?.lua;./examples/?.lua"
  7. lualoader = "lualib/loader.lua"
  8. cpath = "./cservice/?.so"
  9. cluster = "./examples/clustername.lua"
  10. snax = "./test/?.lua"