config.mc 509 B

123456789101112131415
  1. root = "./"
  2. thread = 8
  3. logger = nil
  4. harbor = 2
  5. address = "127.0.0.1:2527"
  6. master = "127.0.0.1:2013"
  7. start = "testmulticast2" -- main script
  8. bootstrap = "snlua bootstrap" -- The service for bootstrap
  9. --standalone = "0.0.0.0:2013"
  10. luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
  11. lualoader = "lualib/loader.lua"
  12. -- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
  13. snax = root.."examples/?.lua;"..root.."test/?.lua"
  14. cpath = root.."cservice/?.so"