Browse Source

rabbitmq开发地址更换

rengb 3 years ago
parent
commit
adcc68ad06
1 changed files with 5 additions and 5 deletions
  1. 5 5
      message-service/src/main/resources/bootstrap.yml

+ 5 - 5
message-service/src/main/resources/bootstrap.yml

@@ -18,10 +18,10 @@ spring:
         min-idle: 0 # 连接池中的最小空闲连接
     timeout: 20000 # 连接超时时间(毫秒)
   rabbitmq:
-    host: 192.168.2.236
+    host: 192.168.2.237
     port: 5672
-    username: rengb
-    password: 123456
+    username: emrais
+    password: emrais
     virtual-host: /emrais # 虚拟host
     publisher-confirm-type: correlated # 确认消息已发送到交换机(Exchange)  发送确认
     publisher-returns: true # 确认消息已发送到队列(Queue)  发送回调
@@ -71,8 +71,8 @@ management:
 
 rabbitmq:
   mqtt:
-    url: tcp://192.168.2.236:1883
-    front-url: ws://192.168.2.236:15675/ws
+    url: tcp://192.168.2.237:1883
+    front-url: ws://192.168.2.237:15675/ws
     defaultTopic: defaultSampleTopic
 
 swagger.title: 消息管理服务