From af48f7fbe8dda1c41849f576c12c36157585f28d Mon Sep 17 00:00:00 2001 From: chenjiale Date: Fri, 28 Nov 2025 16:46:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=E6=9B=B4=E6=96=B0=20EXA=20?= =?UTF-8?q?=E6=B8=85=E6=B4=97=E6=8E=A5=E5=8F=A3=20IP=20=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E8=87=B3=20host.docker.internal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 6c943b4..19b3346 100644 --- a/config.py +++ b/config.py @@ -2,5 +2,5 @@ _SQL_IP = "120.26.116.243" # 数据库IP _EXA_IP = "120.26.116.243" # EXA IP -_CLEAN_IP = "127.0.0.1:8089" # EXA清洗接口IP +_CLEAN_IP = "host.docker.internal:8089" # EXA清洗接口IP _PORT = 3306 # port \ No newline at end of file -- 2.30.2