From 7a2e82325091a39c32cf9940d0016178a3655dc9 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 02 十二月 2025 17:53:04 +0800
Subject: [PATCH] 大屏接口修改

---
 src/main/resources/application.yml |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 9ace3ec..c96b5a2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 10001
+  port: 8889
   servlet:
     session:
       timeout: 120m
@@ -14,7 +14,7 @@
     name: wgcloud-server
   datasource:
     driver-class-name: com.mysql.jdbc.Driver
-    url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
+    url: jdbc:mysql://120.1.33.103:10001/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
     username: root
     password: rootroot
     # hikari杩炴帴姹犵殑鍙傛暟 鐩稿叧璁剧疆
@@ -209,9 +209,8 @@
   varDatas: /collect/api/realData/varDatas
   alarm: /collect/api/alarm/findByPage
 
-router:
-  host: 192.168.1.1
-  username: xxxxx
-  password: xxxxx
+osfService:
+  host: 127.0.0.1
+  port: 8081
 
 

--
Gitblit v1.9.1