Commit 1bf7988538cfae8cc4a1008d1067879bc6223033
1 parent
4ea2bdc4
ts服配置
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
config/production.lua
... | ... | @@ -12,12 +12,12 @@ server_port = 20001 |
12 | 12 | debug_port = 10001 |
13 | 13 | httpweb_port = 11001 |
14 | 14 | |
15 | -redis_host = "10.204.0.136" | |
15 | +redis_host = "172.31.255.67" | |
16 | 16 | redis_port = 6379 |
17 | 17 | redis_db = 1 |
18 | -redis_auth = "H3&Gm4MGhcPui%a" | |
18 | +redis_auth = "H3Gm4MGhcPuia" | |
19 | 19 | |
20 | -mysql_host = "10.204.64.252" | |
20 | +mysql_host = "172.31.255.108" | |
21 | 21 | mysql_port = 3306 |
22 | -mysql_user = "wasteland_test" | |
23 | -mysql_password = "P6BrXVAZYkYn#s" | |
22 | +mysql_user = "was_prod" | |
23 | +mysql_password = "nitfbcPtR32!rC" | ... | ... |