Commit 1e2dc2d0 by chenyuanjie

fix

parent 90c3d5ea
......@@ -34,8 +34,8 @@ class DBUtil(object):
# mysql连接参数
__mysql_host__ = "rm-wz9yg9bsb2zf01ea4yo.mysql.rds.aliyuncs.com"
__mysql_port__ = "3306"
__mysql_username__ = "XP_Yswg2025"
__mysql_pwd__ = "Xp_Yswg2025@300"
__mysql_username__ = "XP_Yswg2025_PY"
__mysql_pwd__ = "Xp_Yswg2025_Py300"
# pg连接参数正式库-h15
__pgsql_host__ = "192.168.10.224"
......
......@@ -19,7 +19,7 @@ class SSHUtil(object):
__ssh_h5_host__ = "hadoop5"
__ssh_h5_port__ = 22
__ssh_h5_user__ = "root"
__ssh_h5_pwd__ = "LrmkEqypH4ZV4S4jA3gq3tSRTNsp2gpjqupLDM5K"
__ssh_h5_pwd__ = "3$Xf9*kLp2Q"
@staticmethod
def get_ssh_client():
......
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