HomeServer/lualib-src/Server-main/Config/config_20
2024-11-20 15:41:37 +08:00

14 lines
443 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

include "config.path"
thread = 4
logpath = "."
harbor = 0
serverId = 20 --每个服务器的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 类型