Commit 02e9c95f by fangxingjun

no message

parent b430f897
...@@ -34,22 +34,22 @@ class DBUtil(object): ...@@ -34,22 +34,22 @@ class DBUtil(object):
# mysql连接参数 # mysql连接参数
__mysql_host__ = "rm-wz9yg9bsb2zf01ea4yo.mysql.rds.aliyuncs.com" __mysql_host__ = "rm-wz9yg9bsb2zf01ea4yo.mysql.rds.aliyuncs.com"
__mysql_port__ = "3306" __mysql_port__ = "3306"
__mysql_username__ = "XP_Yswg2025" __mysql_username__ = "XP_Yswg2025_PY"
__mysql_pwd__ = "XP2025@Yswg300" __mysql_pwd__ = "XP_2025_PY@Yswg300"
# pg连接参数正式库-h15 # pg连接参数正式库-h15
__pgsql_host__ = "192.168.10.224" __pgsql_host__ = "192.168.10.224"
__pgsql_port__ = "5433" __pgsql_port__ = "5433"
# __pgsql_username__ = "postgres" # __pgsql_username__ = "postgres"
# __pgsql_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS" # __pgsql_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS"
__pgsql_username__ = "adv_yswg002" __pgsql_username__ = "yswg_postgres"
__pgsql_pwd__ = "T#4$4%qPbR7mJx" __pgsql_pwd__ = "yswg_postgres"
# pg连接参数正式库-h14 # pg连接参数正式库-h14
__pgsql_h14_host__ = "192.168.10.223" __pgsql_h14_host__ = "192.168.10.223"
__pgsql_h14_port__ = "5433" __pgsql_h14_port__ = "5433"
__pgsql_h14_username__ = "postgres" __pgsql_h14_username__ = "yswg_postgres"
__pgsql_h14_pwd__ = "G8m!Q2p9D#f%5x" __pgsql_h14_pwd__ = "yswg_postgres"
# pg测试库连接参数 # pg测试库连接参数
__pgsql_test_host__ = "192.168.10.217" __pgsql_test_host__ = "192.168.10.217"
...@@ -63,8 +63,8 @@ class DBUtil(object): ...@@ -63,8 +63,8 @@ class DBUtil(object):
__pgsql_cluster_port__ = "6432" __pgsql_cluster_port__ = "6432"
# __pgsql_cluster_username__ = "postgres" # __pgsql_cluster_username__ = "postgres"
# __pgsql_cluster_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS" # __pgsql_cluster_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS"
__pgsql_cluster_username__ = "adv_yswg002" __pgsql_cluster_username__ = "yswg_postgres"
__pgsql_cluster_pwd__ = "T#4$4%qPbR7mJx" __pgsql_cluster_pwd__ = "yswg_postgres"
# 广告系统us站点阿里云mysql连接参数 # 广告系统us站点阿里云mysql连接参数
__adv_us_host__ = "rm-wz93hkkmzm5f3868iho.mysql.rds.aliyuncs.com" __adv_us_host__ = "rm-wz93hkkmzm5f3868iho.mysql.rds.aliyuncs.com"
......
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