GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b8a42026a034895946ae1bfa86091ac1ad4bda2f
Authored by
zhengshouren
2019-05-23 21:11:43 +0800
1 parent
37037eeb
没必要提交的文件
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main.lua
Inline
Side-by-side
src/main.lua
Wrap text
Show/Hide comments
View file @
b8a4202
...
...
@@ -15,8 +15,8 @@ skynet.start(function()
15
15
ngxd = ngxd,
16
16
17
17
redishost = "127.0.0.1",
18
- redisport = 6379,
19
- redisdb = 10,
18
+ redisport = 6100,
19
+ redisdb = 1,
20
20
auth = nil,
21
21
22
22
mongohost = "127.0.0.1",
...
...