You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
include "config.path"
|
|
|
|
thread = 8
|
|
logger = "userlog"
|
|
logservice = "snlua"
|
|
logpath = "."
|
|
harbor = 0
|
|
bootstrap = "snlua bootstrap" -- The service for bootstrap
|
|
preload = proj_root .. "gameserver/preload.lua" -- run preload.lua before every lua service run
|
|
cluster = proj_root .. "common/clustername.lua"
|
|
node_name = "gameserver1"
|
|
debug = 0
|
|
start = "main" -- main script
|
|
daemon = "./gameskynet.pid" |