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

11 lines
232 B
Plaintext

include "config.path"
thread = 8
logger = "skynet.log"
logpath = "."
harbor = 0
start = "testhandle" -- main script
bootstrap = "snlua bootstrap" -- The service for bootstrap
cpath = root.."cservice/?.so"
--daemon = "./skynet.pid"