From a18332517aa5d8812edac648f982d516aa723d9c Mon Sep 17 00:00:00 2001 From: "limin.zhang" Date: Thu, 5 Jan 2023 10:22:08 +0800 Subject: [PATCH] =?UTF-8?q?2023.01.05=20=E4=BF=AE=E6=94=B9fms-core?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8Cfms=5Fgps=E6=8C=87?= =?UTF-8?q?=E5=90=91=E7=9A=84=E6=9C=8D=E5=8A=A1=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?waylens-fms-gps=E6=9C=8D=E5=8A=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/fms-core/wtest_application.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/fms-core/wtest_application.conf b/config/fms-core/wtest_application.conf index f3ebd80..1d850ad 100644 --- a/config/fms-core/wtest_application.conf +++ b/config/fms-core/wtest_application.conf @@ -128,8 +128,8 @@ kafka.server.address="172.20.24.171:9092" kafka.gps.topic=fleet-api-gps kafka.notification.topic=fleet-api-notification -# fms_gps Server (waylens-fms-clip) -fms_gps.server.address = "http://100.66.240.213:9004" +# fms_gps Server (waylens-fms-gps) +fms_gps.server.address = "http://172.20.24.171:9004" # notification push server (waylens-fms-notification) provider.waylens.notificationPusher.endpoint="http://172.20.24.171:8060/fmsKafka"