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