|
@@ -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
|