Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Dec 28, 2024
1 parent 33fc8dd commit 9095ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spring:
name: user-service
data:
mongodb:
uri: ${SPRING_DATA_MONGODB_URI:mongodb://user-mongo:27017/user-service}
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.40.0.9:27017/user-service}

0 comments on commit 9095ece

Please sign in to comment.