‘liusuyi’
2024-02-01 b587ba125adcee0631bc816540779cca56f9099b
src/main/resources/application-prod.yml
@@ -14,7 +14,7 @@
      stat-view-servlet:
        enabled: true
      driver-class-name: org.postgresql.Driver
      url: jdbc:postgresql://192.168.2.15:5432/ry-vue
      url: jdbc:postgresql://192.168.1.14:5432/ry-vue?stringtype=unspecified
      username: postgres
      password: postgres
      #最大连接数
@@ -36,12 +36,18 @@
    enabled: true
  tcp:
    enabled: true
# minio配置
minio:
  endpoint: http://127.0.0.1:9001
  accessKey: admin
  secretKey: xzx12345
# mqtt配置
mqtt:
  host: tcp://192.168.2.15:1883
  clientId: client-2272
  host: tcp://192.168.1.14:1883
  clientId: alarm14
  username: admin
  password: admin
  password: xzx12345
  topic: tube
  timeout: 100
  keepalive: 60
  enabled: true
@@ -53,11 +59,7 @@
# 三场数字化
digitization3:
  enabled: false
# minio配置
minio:
  endpoint: http://192.168.2.15:9001
  accessKey: admin
  secretKey: xzx12345
# mybatis-plus配置
mybatis-plus:
  type-aliases-package: com.ard.alarm.**.domain
@@ -66,7 +68,7 @@
logging:
  level:
    hikSdk: info
    mqtt: debug
    mqtt: info
    netty: info
    external: info
    camera: info