mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
18 lines
569 B
Plaintext
18 lines
569 B
Plaintext
root = "./"
|
|
thread = 8
|
|
logger = nil
|
|
logpath = "."
|
|
harbor = 1
|
|
address = "127.0.0.1:2526"
|
|
master = "127.0.0.1:2013"
|
|
start = "main" -- main script
|
|
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
|
standalone = "0.0.0.0:2013"
|
|
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"
|