mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
thread = 8
|
|
logger = nil
|
|
harbor = 0
|
|
start = "cluster2"
|
|
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
|
luaservice = "./service/?.lua;./test/?.lua;./examples/?.lua"
|
|
lualoader = "lualib/loader.lua"
|
|
cpath = "./cservice/?.so"
|
|
cluster = "./examples/clustername.lua" |