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