From 5ed13ab2c1adef674341adff82c35cf3e960f77c Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 9 Oct 2019 15:47:04 +0800 Subject: [PATCH] =?UTF-8?q?delete=E6=93=8D=E4=BD=9C=E4=B8=8D=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=20rebuild=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prod_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prod_config.py b/prod_config.py index 4c5c395..c782f3b 100644 --- a/prod_config.py +++ b/prod_config.py @@ -27,7 +27,7 @@ elif myenv == 'test': ad_list_interface_port = 6014 priv_i_port=6015 info_expire = 60 * 60 * 3 - adkey_expire = 60 * 2 + adkey_expire = 60 * 20 elif myenv == 'test1': redis_company_config = {'host': '10.10.4.8', 'port': 6379, 'db': 12, 'passwd': 'crs-9ltb97ds:i33dkxshh'} mysql_promotion_config = {'user': 'ad', 'pswd': ad_mysql_pwd, 'host': '10.10.3.5', 'db': 'test1'}