Browse Source

update application.yml

root 3 years ago
parent
commit
a67ac3f64e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/prod/application.yml

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

@@ -2,11 +2,11 @@ spring:
   application:
     name: device-acceptance
   kafka:
-    bootstrap-servers: 10.25.48.95:9092
+    bootstrap-servers: kafka.tidecloud.com:9092
   profiles:
     active: all  
   redis:
-    host: 10.25.48.128
+    host: redis.tidecloud.com
     password: tidecloudredis
     timeout: 10000
     port: 6379
@@ -17,7 +17,7 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://10.31.21.9:12000/eureka
+      defaultZone: http://eureka.tidecloud.com:12000/eureka
   instance:
     prefer-ip-address: true
 #    port: 16666