From dee2d1e739f58e67633fc76a2db6251b54f02395 Mon Sep 17 00:00:00 2001 From: qiaoxinjiu Date: Wed, 15 Apr 2026 15:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- const.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/const.py b/const.py index 1b65393..1277fb3 100644 --- a/const.py +++ b/const.py @@ -29,18 +29,18 @@ RES_CODE = { 40013: 'scene_id不能为空!' } -sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("dffa3866-dac8-49b1-a59e-725302bdfa4a")}@124.220.32.45:18366/postgres' +sparkatp_sql_uri = f'postgresql+psycopg2://postgres:{urlquote("dffa3866-dac8-49b1-a59e-725302bdfa4a")}@172.18.0.1:18366/postgres' EXECUTE_DB_CONFIG = { 'ZHYY': { 'st': { - 'host': '124.220.32.45', + 'host': '172.18.0.1', 'port': 18666, 'user': 'postgres', 'password': '89c75b17-1738-4b7d-b651-4c65a5a662ab', 'database': 'smart_management_st' }, 'dev': { - 'host': '124.220.32.45', + 'host': '172.18.0.1', 'port': 18566, 'user': 'postgres', 'password': 'f267abd8-7005-472f-8cef-c1738c691c6c', @@ -56,7 +56,7 @@ EXECUTE_DB_CONFIG = { }, 'DLZ': { 'st': { - 'host': '124.220.32.45', + 'host': '172.18.0.1', 'port': 18666, 'user': 'joyhub', 'password': 'e364be29-6089-4610-97d5-0037a28d0703',