Commit efabf9d8ad0668fa10f5e844e7cadf3c50f587ae
1 parent
340944f1
添加预发布mysql配置
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
config/production.lua
@@ -16,3 +16,8 @@ redis_host = "10.204.0.136" | @@ -16,3 +16,8 @@ redis_host = "10.204.0.136" | ||
16 | redis_port = 6379 | 16 | redis_port = 6379 |
17 | redis_db = 1 | 17 | redis_db = 1 |
18 | redis_auth = "H3&Gm4MGhcPui%a" | 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" |