Files
skynet/config
2012-08-13 16:02:08 +08:00

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"