Commit 5930cb4c by chenyuanjie

fix

parent ed5d0339
...@@ -11,7 +11,7 @@ class DorisHelper(object): ...@@ -11,7 +11,7 @@ class DorisHelper(object):
"http_port": 8030, "http_port": 8030,
"jdbc_port": 19030, "jdbc_port": 19030,
"user": "selection", "user": "selection",
"pwd": "1w&@Js12a3", "pwd": "K8@wZp#3nX",
"def_db": "advertising_manager" "def_db": "advertising_manager"
}, },
"selection": { "selection": {
......
...@@ -34,8 +34,8 @@ class DBUtil(object): ...@@ -34,8 +34,8 @@ 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__ = "adv_yswg" __mysql_username__ = "XP_Yswg2025"
__mysql_pwd__ = "HCL1zcUgQesaaXNLbL37O5KhpSAy0c" __mysql_pwd__ = "Xp_Yswg2025@300"
# pg连接参数正式库-h15 # pg连接参数正式库-h15
__pgsql_host__ = "192.168.10.224" __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