Przeglądaj źródła

修改配置文件 vhost

zhaiyifei 1 rok temu
rodzic
commit
f4496d7e65

+ 3 - 2
src/main/resources/application-dev.yml

@@ -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
       enabled: true

+ 1 - 0
src/main/resources/application.yml

@@ -2,3 +2,4 @@ spring:
   profiles:
     #active: dev
     active: dev
+