This commit is contained in:
云风
2012-08-09 19:33:53 +08:00
parent 4e50079706
commit 8556d5225e
3 changed files with 42 additions and 2 deletions

6
config
View File

@@ -1,10 +1,12 @@
root = "./"
thread = 8
mqueue = 256
cpath = "./service/?.so"
logger = nil
harbor = 1
address = "tcp://127.0.0.1:2525"
master = "tcp://127.0.0.1:2012"
start = "main"
standalone = true
luaservice = "./service/?.lua"
luaservice = root.."service/?.lua"
cpath = root.."service/?.so"
protopath = root.."proto"