remove redis config file, use table directly

This commit is contained in:
Cloud Wu
2014-04-21 15:08:10 +08:00
parent 5db65a68a8
commit 72d565dd22
9 changed files with 10 additions and 477 deletions

View File

@@ -4,10 +4,7 @@ skynet.start(function()
print("Log server start")
local service = skynet.newservice("service_mgr")
skynet.monitor "simplemonitor"
local lualog = skynet.newservice("lualog")
local console = skynet.newservice("console")
local log = skynet.newservice("globallog")
-- skynet.launch("snlua","testgroup_c 11 1")
skynet.exit()
end)