11 lines
232 B
Plaintext
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"
|