diff --git a/update/utils/client_util_custom.py b/update/utils/client_util_custom.py index 575d8dd..41951e2 100644 --- a/update/utils/client_util_custom.py +++ b/update/utils/client_util_custom.py @@ -21,8 +21,8 @@ class ClientUtilCustom: self.smb_conn = SMBConnection('admin', 'admin', '', '', use_ntlm_v2=True) self.smb_host = '172.16.3.68' self.local_path = os.path.join(BASE_DIR, 'dx', 'client') - self.deploy_db_config = {'host': '10.10.0.80', 'port': 3306, 'user': 'clientdeploy', - 'password': 'clientdeploy123456', 'database': 'yhz_tool'} + self.deploy_db_config = {'host': '10.10.0.80', 'port': 3306, 'user': 'cine_readonly', + 'password': 'IyzCtV11', 'database': 'yhz_tool'} self.deploy_id = 0 self.client_data = [] self.client_file_list = []