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
efabf9d8ad0668fa10f5e844e7cadf3c50f587ae
Authored by
liuzujun
2021-04-15 15:22:13 +0800
1 parent
340944f1
添加预发布mysql配置
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
config/production.lua
src/csvdata
Inline
Side-by-side
config/production.lua
Wrap text
Show/Hide comments
View file @
efabf9d
...
...
@@ -16,3 +16,8 @@ redis_host = "10.204.0.136"
16
16
redis_port = 6379
17
17
redis_db = 1
18
18
redis_auth = "H3&Gm4MGhcPui%a"
19
+
20
+mysql_host = "10.204.64.252"
21
+mysql_port = 3306
22
+mysql_user = "wasteland_test"
23
+mysql_password = "P6BrXVAZYkYn#s"
...
...
csvdata
@
7e360667871
1
-Subproject commit 2499d73adbdf6ea3562ce3a815d3189e3a3aab7c
1
+Subproject commit 7e360667871839f748175e801bbb1ff39ba802ac
...
...