@@ -131,12 +131,13 @@ spring:
# 热部署开关
enabled: true
rabbitmq:
+ # 在物联网系统中 agmp 是 iotm 和 iots 之间通信使用
agmp:
- host: 192.168.1.228
+ host: 192.168.1.230
port: 5672
username: admin
password: admin
- virtual-host: /local_IP_05
+ virtual-host: /agmp-sass-iot
connection-timeout: 15000
publisher-returns: true
@@ -2,3 +2,4 @@ spring:
profiles:
#active: dev
active: dev
+