From 49aaecfb0617b0e6043147c86f3d303e9f24867e Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@88.com>
Date: 星期三, 09 七月 2025 20:27:56 +0800
Subject: [PATCH] 修改yml配置

---
 src/main/resources/application-dev.yml |   33 ++++++++++++++++++++++++++++++---
 1 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index f8718f9..eea38ea 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,12 +1,12 @@
 server:
-  port: 8088
+  port: 8040
 
 spring:
   jackson:
     date-format: yyyy-MM-dd HH:mm:ss
   datasource:
     driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://113.250.189.120:57654/test_db1
+    url: jdbc:postgresql://113.250.189.120:57654/fengdu_gases_system
     username: lunhan
     password: lunhan.20240330
     druid:
@@ -34,7 +34,14 @@
     path: ./logs
   level:
     root: info
-    com.lunhan.xxx: info
+    com.fengdu.gas: info
+
+file:
+  uploadBasicPath: ./logs/upload/
+  fileBasicUrl: http://localhost/file
+  disturbStr: com.fengdu.gas
+
+
 
 # mybatis-plus 配置:
 mybatis-plus:
@@ -42,6 +49,26 @@
     ### 开启打印sql配置
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
+mqtt:
+  # 是否启用
+  enable: false
+  host: 113.250.189.120
+  port: 1885
+  user: admin
+  password: public
+  # 订阅主题
+  topic: fengdu/#
+  # 订阅消息的客户端id
+  clientId: fengdu-gases-service-dev
+  # 连接超时时间
+  connectionTimeout: 10
+  # 心跳
+  keepAliveInterval: 20
+  # 发送消息的客户端id
+  serverClientId:  fengdu-gases-service-publish-dev
+
+
+
 # quartz定时任务配置
 quartz:
   # 是否启用

--
Gitblit v1.9.3