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 b5930d0 commit af931b9Copy full SHA for af931b9
src/main/resources/application.yml
@@ -6,4 +6,4 @@ spring:
6
name: user-service
7
data:
8
mongodb:
9
- uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.7:27017/user-service}
+ uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.40.0.3:27017/user-service}
0 commit comments