mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 19:13:07 +00:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
root = "./"
|
|
thread = 8
|
|
mqueue = 256
|
|
logger = nil
|
|
harbor = 1
|
|
address = "tcp://127.0.0.1:2525"
|
|
master = "tcp://127.0.0.1:2012"
|
|
start = "main"
|
|
standalone = true
|
|
luaservice = root.."service/?.lua;"..root.."service/?/init.lua"
|
|
cpath = root.."service/?.so"
|
|
protopath = root.."proto"
|