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'}