Commit efabf9d8ad0668fa10f5e844e7cadf3c50f587ae

Authored by liuzujun
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 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"
... ...
1   -Subproject commit 2499d73adbdf6ea3562ce3a815d3189e3a3aab7c
  1 +Subproject commit 7e360667871839f748175e801bbb1ff39ba802ac
... ...