config.userlog 515 B

12345678910111213141516
  1. root = "./"
  2. thread = 8
  3. logger = "userlog"
  4. logservice = "snlua"
  5. logpath = "."
  6. harbor = 0
  7. start = "main" -- main script
  8. bootstrap = "snlua bootstrap" -- The service for bootstrap
  9. luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
  10. lualoader = "lualib/loader.lua"
  11. -- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
  12. snax = root.."examples/?.lua;"..root.."test/?.lua"
  13. -- snax_interface_g = "snax_g"
  14. cpath = root.."cservice/?.so"
  15. -- daemon = "./skynet.pid"