Commit b8a42026a034895946ae1bfa86091ac1ad4bda2f
1 parent
37037eeb
没必要提交的文件
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main.lua
@@ -15,8 +15,8 @@ skynet.start(function() | @@ -15,8 +15,8 @@ skynet.start(function() | ||
15 | ngxd = ngxd, | 15 | ngxd = ngxd, |
16 | 16 | ||
17 | redishost = "127.0.0.1", | 17 | redishost = "127.0.0.1", |
18 | - redisport = 6379, | ||
19 | - redisdb = 10, | 18 | + redisport = 6100, |
19 | + redisdb = 1, | ||
20 | auth = nil, | 20 | auth = nil, |
21 | 21 | ||
22 | mongohost = "127.0.0.1", | 22 | mongohost = "127.0.0.1", |