Commit 781a04a7 by chenyuanjie

fix

parent 5c7a1380
...@@ -35,21 +35,19 @@ class DBUtil(object): ...@@ -35,21 +35,19 @@ class DBUtil(object):
__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_PY" __mysql_username__ = "XP_Yswg2025_PY"
__mysql_pwd__ = "XP_2025_PY@Yswg300" __mysql_pwd__ = "Gd1pGJog1ysLMLBdML8w81"
# 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__ = "F9kL2sXe81rZq"
__pgsql_username__ = "yswg_postgres"
__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__ = "yswg_postgres" __pgsql_h14_username__ = "postgres"
__pgsql_h14_pwd__ = "yswg_postgres" __pgsql_h14_pwd__ = "F9kL2sXe81rZq"
# pg测试库连接参数 # pg测试库连接参数
__pgsql_test_host__ = "192.168.10.217" __pgsql_test_host__ = "192.168.10.217"
......
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