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.
15 lines
414 B
Plaintext
15 lines
414 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 = 1
|
|
enablessl = true
|
|
start = "main" -- main script
|
|
-- daemon = "./skynet.pid" |