change source dir

This commit is contained in:
云风
2012-08-09 15:36:56 +08:00
parent d23c4aa905
commit eed9c42fd4
46 changed files with 284 additions and 118 deletions

5
config
View File

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