Commit 76464267c72b2468a901df49ee3cccedb448b05d

Authored by zhouhaihai
1 parent e3c5cc5e

删掉没用的

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
src/main.lua
... ... @@ -19,11 +19,6 @@ skynet.start(function()
19 19 redisport = 6100,
20 20 redisdb = 1,
21 21 auth = nil,
22   -
23   - mongohost = "127.0.0.1",
24   - mongoport = nil,
25   - mongouser = nil,
26   - mongopswd = nil,
27 22 })
28 23  
29 24 skynet.exit()
... ...