config.mysql 363 B

123456789101112
  1. root = "./"
  2. thread = 8
  3. logger = nil
  4. harbor = 0
  5. start = "main_mysql" -- main script
  6. bootstrap = "snlua bootstrap" -- The service for bootstrap
  7. luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
  8. lualoader = "lualib/loader.lua"
  9. snax = root.."examples/?.lua;"..root.."test/?.lua"
  10. cpath = root.."cservice/?.so"
  11. -- daemon = "./skynet.pid"