16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
root = "./"
|
|
thread = 8
|
|
logger = "userlog"
|
|
logservice = "snlua"
|
|
logpath = "."
|
|
harbor = 0
|
|
start = "main" -- main script
|
|
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
|
luaservice = root.."service/?.lua;"..root.."test/?.lua;"..root.."examples/?.lua"
|
|
lualoader = "lualib/loader.lua"
|
|
-- preload = "./examples/preload.lua" -- run preload.lua before every lua service run
|
|
snax = root.."examples/?.lua;"..root.."test/?.lua"
|
|
-- snax_interface_g = "snax_g"
|
|
cpath = root.."cservice/?.so"
|
|
-- daemon = "./skynet.pid"
|