mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
root = "./"
|
|
thread = 8
|
|
logger = nil
|
|
harbor = 1
|
|
address = "127.0.0.1:2526"
|
|
master = "127.0.0.1:2013"
|
|
start = "main"
|
|
standalone = "0.0.0.0:2013"
|
|
luaservice = root.."service/?.lua;"..root.."service/?/init.lua"
|
|
cpath = root.."service/?.so"
|
|
protopath = root.."proto"
|
|
redis = root .. "redisconf"
|