|
@@ -34,11 +34,16 @@ spring.redis.jedis.pool.min-idle=5
|
|
file.savePath=/data/care/care-file
|
|
file.savePath=/data/care/care-file
|
|
file.url=https://www.rfcare.cn/care-file/
|
|
file.url=https://www.rfcare.cn/care-file/
|
|
|
|
|
|
|
|
+#################################### 3D 页面配置 ##############################
|
|
|
|
+device.3d.url.host=https://www.ventropic.com
|
|
|
|
+device.3d.url.path=/rt/dist/#/?topic=
|
|
|
|
+
|
|
############# 设备MQTT消息配置 #####################
|
|
############# 设备MQTT消息配置 #####################
|
|
-mqtt.broker=49.233.41.108
|
|
|
|
|
|
+mqtt.broker=www.rfcare.cn
|
|
mqtt.port=8083
|
|
mqtt.port=8083
|
|
-mqtt.username=shangxingkeji
|
|
|
|
-mqtt.password=sxkj@1234
|
|
|
|
|
|
+mqtt.username=test
|
|
|
|
+mqtt.password=public
|
|
|
|
+
|
|
|
|
|
|
#是否开启mqtt消息接受服务,开启:1,不开启:0
|
|
#是否开启mqtt消息接受服务,开启:1,不开启:0
|
|
mqtt.on=1
|
|
mqtt.on=1
|
|
@@ -46,8 +51,8 @@ mqtt.on=1
|
|
mqtt.dev.jihuo.timeout=10
|
|
mqtt.dev.jihuo.timeout=10
|
|
|
|
|
|
#设备工作时接受消息的mqtt topic
|
|
#设备工作时接受消息的mqtt topic
|
|
-#mqtt.topic.work.template=5JPD/monitor/XXXXX/event
|
|
|
|
-mqtt.topic.work.template=/shangxingkeji/XXXXX/event
|
|
|
|
|
|
+mqtt.topic.work.template=5JPD/monitor/XXXXX/event
|
|
|
|
+#mqtt.topic.work.template=/shangxingkeji/XXXXX/event
|
|
|
|
|
|
#设备安装时发送消息的mqtt topic
|
|
#设备安装时发送消息的mqtt topic
|
|
mqtt.topic.install.template=5JPD/monintor/XXXXX/control
|
|
mqtt.topic.install.template=5JPD/monintor/XXXXX/control
|