Skip to content

Commit 4c65259

Browse files
committed
Update Mongo and Redis IP
1 parent dd5d1f9 commit 4c65259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spring.mail.properties.mail.smtp.starttls.enable=true
2424

2525

2626
# Redis
27-
spring.redis.host=10.40.0.10
27+
spring.redis.host=10.40.0.2
2828
spring.redis.port=6379
2929
spring.redis.password=123456
3030

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring:
66
name: video-service
77
data:
88
mongodb:
9-
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.7:27017/video-service}
9+
uri: ${SPRING_DATA_MONGODB_URI:mongodb://video-mongo:27017/video-service}
1010

1111

1212
kafka:

0 commit comments

Comments
 (0)