‘liusuyi’
2023-10-25 f4a60a693a7dec0c921e573573c58cf81e47aa98
src/main/resources/application-dev.yml
@@ -39,16 +39,15 @@
  # mqtt配置
  mqtt:
    host: tcp://192.168.2.15:1883
    clientId: cc3
    clientId: client-227
    username: admin
    password: admin
    topic: tube
    timeout: 100
    keepalive: 60
    enabled: true
  # 盗电接口地址
  stealelec:
    enabled: false
    enabled: true
    url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
  # 三厂数字化地址
  digitization3:
@@ -65,9 +64,9 @@
# 日志等级配置
logging:
  level:
    hikSdk: debug
    hikSdk: info
    mqtt: info
    netty: debug
    netty: info
    external: info
    camera: info
    tube: info