From 1dc19389c576c502620882a8703a3757caa594a2 Mon Sep 17 00:00:00 2001 From: wangxu <1318272526@qq.com> Date: Thu, 9 Apr 2026 11:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=B7=AF=E5=8F=A3=E7=AE=A1?= =?UTF-8?q?=E5=AE=B6=E7=BB=BF=E6=B3=A2=E4=BC=98=E5=8C=96=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/global_source.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/global_source.py b/app/global_source.py index 3e7de07..5571312 100644 --- a/app/global_source.py +++ b/app/global_source.py @@ -17,7 +17,7 @@ g_dbinfo = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'greenwave' } @@ -25,7 +25,7 @@ g_roadnet_db = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'tmnet' } @@ -42,7 +42,7 @@ g_cross_delay_db = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'tmnet' } @@ -58,7 +58,7 @@ g_user_db = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'user' } @@ -66,7 +66,7 @@ g_task_db = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'task' } @@ -74,7 +74,7 @@ g_wave_tool_db = { 'host': '120.53.125.169', 'port': 3306, 'user': 'root', - 'password': 'pmenJIn7EaK40oThn~~', + 'password': 'pmenJIn7EaK40oThn~~~', 'db': 'greenwave' }