config 416 B

12345678910111213141516
  1. include "config.path"
  2. -- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
  3. thread = 8
  4. logger = nil
  5. logpath = "."
  6. harbor = 1
  7. address = "127.0.0.1:2526"
  8. master = "127.0.0.1:2013"
  9. start = "main" -- main script
  10. bootstrap = "snlua bootstrap" -- The service for bootstrap
  11. standalone = "0.0.0.0:2013"
  12. -- snax_interface_g = "snax_g"
  13. cpath = root.."cservice/?.so"
  14. -- daemon = "./skynet.pid"