Commit b430f897 by chenyuanjie

fix

parent b109b0b7
...@@ -42,14 +42,14 @@ class DBUtil(object): ...@@ -42,14 +42,14 @@ class DBUtil(object):
__pgsql_port__ = "5433" __pgsql_port__ = "5433"
# __pgsql_username__ = "postgres" # __pgsql_username__ = "postgres"
# __pgsql_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS" # __pgsql_pwd__ = "fazAqRRVV9vDmwDNRNb593ht5TxYVrfTyHJSJ3BS"
__pgsql_username__ = "yswg_postgres" __pgsql_username__ = "adv_yswg002"
__pgsql_pwd__ = "yswg_postgres" __pgsql_pwd__ = "T#4$4%qPbR7mJx"
# 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__ = "yswg_postgres" __pgsql_h14_username__ = "postgres"
__pgsql_h14_pwd__ = "yswg_postgres" __pgsql_h14_pwd__ = "G8m!Q2p9D#f%5x"
# 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__ = "yswg_postgres" __pgsql_cluster_username__ = "adv_yswg002"
__pgsql_cluster_pwd__ = "yswg_postgres" __pgsql_cluster_pwd__ = "T#4$4%qPbR7mJx"
# 广告系统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