Ver Fonte

修改yml文件

anzhenzhen há 4 anos atrás
pai
commit
a187339e77
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      src/main/resources/test/application.yml

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

@@ -2,11 +2,11 @@ spring:
   application:
     name: device-acceptance
   kafka:
-    bootstrap-servers: 192.168.0.119:9092
+    bootstrap-servers: 172.26.117.140:10244
   profiles:
     active: all
   redis:
-    host: 192.168.0.119
+    host: 172.26.117.140
     password: tidecloudredis
     timeout: 10000
     port: 6379
@@ -17,7 +17,7 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://localhost:13000/eureka
+      defaultZone: http://172.26.117.144:12000/eureka
   instance:
     prefer-ip-address: true
 server: