From 51c54be23a79b50999067a86115268412af744bb Mon Sep 17 00:00:00 2001 From: han0 Date: Mon, 4 Dec 2023 15:18:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(application):=20=E6=96=B0=E5=A2=9E=20api.h?= =?UTF-8?q?ost=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index a165a2e..13f534e 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -16,3 +16,7 @@ spring: main: supervise: dispatcher-role-id: 1677946127227682818,0 + +api: + host: + data-tool: http://192.168.1.3:50000 \ No newline at end of file