config.handle 232 B

1234567891011
  1. include "config.path"
  2. thread = 8
  3. logger = "skynet.log"
  4. logpath = "."
  5. harbor = 0
  6. start = "testhandle" -- main script
  7. bootstrap = "snlua bootstrap" -- The service for bootstrap
  8. cpath = root.."cservice/?.so"
  9. --daemon = "./skynet.pid"