From 77aff565303b39b566e553d2a86d9c3a311357a1 Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 18 May 2026 18:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update/utils/client_util_custom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = []