2021与蓝度共同重构项目,服务端
liuhaonan
2022-11-21 cbffadc9c547b1fd45e0dcb22a9ec81d5813bc21
ximon-admin/src/main/resources/application-local.yml
@@ -95,6 +95,33 @@
    upload-root-path: E:\file\
    storage: local
    #服务器文件前缀
    file-url: http://183.45.76.239:8089/file/
    file-url: http://183.45.76.137:8089/file/
    #诺瓦截屏存放路径   文件夹必须存在  且是服务器文件路径(upload-root-path)下的子文件夹
    screen-shot-path: E:\file\screenShot\
    screen-shot-path: E:\file\screenShot\
customer:
  mqtt:
    broker: tcp://127.0.0.1:1883
    clientList:
      #客户端ID
      - clientId: java_server_msg
        #监听主题
        subscribeTopic: v1/devices/response/+
        #用户名
        userName: server_admin
        #密码
        password: zhxm2512209
        #下发主题
        publishTopic: v1/devices/request/
      #监听上下线
      - clientId: java_server_status
        #监听主题
        subscribeTopic: $SYS/brokers/+/clients/#
        #用户名
        userName: server_admin
        #密码
        password: zhxm2512209
        #下发主题
        publishTopic: v1/devices/request/