From c4dfbde4b685dba6fd541e5fe6b833cbd009229c Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期一, 18 九月 2023 17:18:19 +0800
Subject: [PATCH] 增加三场数字化

---
 src/main/resources/application.yml |   35 ++---------------------------------
 1 files changed, 2 insertions(+), 33 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 82d9d81..caf4dfc 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,34 +1,3 @@
 spring:
-  netty:
-    port: 40000
-    enabled: true
-  mqtt:
-    host: tcp://192.168.1.15:1883
-    clientId: c3
-    username: admin
-    password: xzx12345
-    topic: tube
-    timeout: 100
-    keepalive: 60
-    enabled: true
-  stealelec:
-    url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
-  datasource:
-    driver-class-name: org.postgresql.Driver
-#    url: jdbc:postgresql://111.40.46.199:15432/ry-vue?stringtype=unspecified
-#    username: postgres
-#    password: Yykj.2021
-    url: jdbc:postgresql://192.168.1.15:5432/ry-vue?stringtype=unspecified
-    username: postgres
-    password: postgres
-mybatis:
-  type-aliases-package: com.ard.alarm.camera.domain.ArdCameras
-  mapper-locations: classpath:/mapper/*.xml
-# minio閰嶇疆
-minio:
-  endpoint: http://192.168.1.15:9001
-  accessKey: admin
-  secretKey: xzx12345
-logging:
-  level:
-    com.ard: info
\ No newline at end of file
+  profiles:
+    active: dev
\ No newline at end of file

--
Gitblit v1.9.3