Browse Source

改动过的

huanglizhi 1 year ago
parent
commit
b682cb2a9b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      server/src/main/resources/application-test.yml

+ 3 - 3
server/src/main/resources/application-test.yml

@@ -14,10 +14,10 @@ spring:
 
 
   #rabbitmq
   #rabbitmq
   rabbitmq:
   rabbitmq:
-    host: 1.94.136.108
+    host: 127.0.0.1
     port: 5672
     port: 5672
-    username: userroot
-    password: user123456
+    username: guest
+    password: guest
     virtual-host: /
     virtual-host: /
 
 
 #redis 配置
 #redis 配置