We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5d1f9 commit 4c65259Copy full SHA for 4c65259
src/main/resources/application.properties
@@ -24,7 +24,7 @@ spring.mail.properties.mail.smtp.starttls.enable=true
24
25
26
# Redis
27
-spring.redis.host=10.40.0.10
+spring.redis.host=10.40.0.2
28
spring.redis.port=6379
29
spring.redis.password=123456
30
src/main/resources/application.yml
@@ -6,7 +6,7 @@ spring:
6
name: video-service
7
data:
8
mongodb:
9
- uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.7:27017/video-service}
+ uri: ${SPRING_DATA_MONGODB_URI:mongodb://video-mongo:27017/video-service}
10
11
12
kafka:
0 commit comments