Commit 1ce84bcc by fangxingjun

no message

parent 7f944481
......@@ -31,11 +31,16 @@ class DbTypes(Enum):
class DBUtil(object):
__SITE_SET__ = {'us', 'uk', 'de', 'fr', 'es', 'it', 'au', 'ca'}
# # mysql连接参数-弃置
# __mysql_host__ = "rm-wz9yg9bsb2zf01ea4yo.mysql.rds.aliyuncs.com"
# __mysql_port__ = "3306"
# __mysql_username__ = "adv_yswg"
# __mysql_pwd__ = "HCL1zcUgQesaaXNLbL37O5KhpSAy0c"
# mysql连接参数
__mysql_host__ = "rm-wz9yg9bsb2zf01ea4yo.mysql.rds.aliyuncs.com"
__mysql_port__ = "3306"
__mysql_username__ = "adv_yswg"
__mysql_pwd__ = "HCL1zcUgQesaaXNLbL37O5KhpSAy0c"
__mysql_username__ = "XP_Yswg2025"
__mysql_pwd__ = "Xp_Yswg2025@300"
# pg连接参数正式库-h15
__pgsql_host__ = "192.168.10.224"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment