fix some error
This commit is contained in:
parent
7470ef8fee
commit
c5e480fc02
@ -2,9 +2,9 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
expire_time = 7200
|
expire_time = 7200
|
||||||
paswd = os.getenv('adpwd')
|
ad_mysql_pwd = os.getenv('adpwd')
|
||||||
redis_company_config = {'host': '10.10.4.8', 'port': 6379, 'db': 1, 'passwd': paswd}
|
redis_company_config = {'host': '10.10.4.8', 'port': 6379, 'db': 1, 'passwd': 'crs-9ltb97ds:i33dkxshh'}
|
||||||
mysql_promotion_config = {'user': 'ad', 'pswd': 'config.py', 'host': '10.10.3.5', 'db': 'ad'}
|
mysql_promotion_config = {'user': 'ad', 'pswd': ad_mysql_pwd, 'host': '10.10.3.5', 'db': 'ad'}
|
||||||
ad_list_interface_port = 5014
|
ad_list_interface_port = 5014
|
||||||
BEGIN = '1999-01-01'
|
BEGIN = '1999-01-01'
|
||||||
END = '3000-01-01'
|
END = '3000-01-01'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user