HomeServer/examples/config.c2
2024-11-20 15:41:37 +08:00

11 lines
293 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"
snax = "./test/?.lua"