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 2653122 commit 616f1d6Copy full SHA for 616f1d6
src/main/resources/application.yml
@@ -6,7 +6,7 @@ spring:
6
name: comment-service
7
data:
8
mongodb:
9
- uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.40.0.6:27017/comment-service}
+ uri: ${SPRING_DATA_MONGODB_URI:mongodb://comment-mongo:27017/comment-service}
10
# uri: ${SPRING_DATA_MONGODB_URI:mongodb://localhost:27777/comment-service}
11
12
0 commit comments