From 0e4f43aaebca9aa19043582c4b4f077ec00cd487 Mon Sep 17 00:00:00 2001
From: VVT789 <sdxt_0802@163.com>
Date: 星期二, 04 三月 2025 11:58:00 +0800
Subject: [PATCH] 配置文件配置修改

---
 zhitan-admin/src/main/resources/application.yml |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/zhitan-admin/src/main/resources/application.yml b/zhitan-admin/src/main/resources/application.yml
index 210466d..d1430dd 100644
--- a/zhitan-admin/src/main/resources/application.yml
+++ b/zhitan-admin/src/main/resources/application.yml
@@ -11,6 +11,8 @@
   addressEnabled: true
   # 楠岃瘉鐮佺被鍨� math 鏁板瓧璁$畻 char 瀛楃楠岃瘉
   captchaType: math
+  # 鍩熷悕鍦板潃
+  domainName: https://demo-ems.zhitancloud.com/prod-api
 
 # 寮�鍙戠幆澧冮厤缃�
 server:
@@ -101,8 +103,8 @@
   expireTime: 300
 
 mybatis-plus:
-#  configuration:
-#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+  #  configuration:
+  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
   typeAliasesPackage: com.zhitan.**.domain
   mapperLocations: classpath*:mapper/**/*Mapper.xml
   # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
@@ -144,7 +146,8 @@
   token: ==
   org: org
   bucket: bucket
-  
+  measurement: data
+
 ###################### MQTT #################################
 mqtt:
   # 鏈嶅姟鍣ㄥ湴鍧�
@@ -156,7 +159,7 @@
   # 鐢ㄦ埛鍚�
   username: admin
   # 瀵嗙爜
-  password: 111111
+  password: 1q2w3e4r.
   # 杩炴帴瓒呮椂
   timeout: 30
   # 蹇冭烦妫�娴�
@@ -169,4 +172,5 @@
   # false涓哄缓绔嬫寔涔呬細璇�
   cleanSession: false
   # 鏂紑鍚庨噸鏂拌繛鎺�
-  automaticReconnect: true
\ No newline at end of file
+  automaticReconnect: true
+singleLoginUrl: localhost:8090/singleLogin/getInfo

--
Gitblit v1.9.3