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
76464267c72b2468a901df49ee3cccedb448b05d
Authored by
zhouhaihai
2020-04-06 11:01:11 +0800
1 parent
e3c5cc5e
删掉没用的
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/main.lua
Inline
Side-by-side
src/main.lua
Wrap text
Show/Hide comments
View file @
7646426
...
...
@@ -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()
...
...