14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
include "config.path"
|
||
|
||
thread = 4
|
||
logpath = "."
|
||
harbor = 0
|
||
serverId = 100 --每个服务器的ID不一样,0表示主服 可以取1到~
|
||
start = "Start" -- main script
|
||
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
||
cpath = root.."cservice/?.so"
|
||
my_logger = true
|
||
logger = "Logger" -- 日志服务名
|
||
logpath = "log/Server_"..serverId
|
||
logservice = "snlua"
|
||
log_debug = true -- 记录 debug 类型 |