Skip to content

Commit

Permalink
Update K8S mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
DucBaoUIT committed Dec 12, 2024
1 parent 7a17d73 commit d6a2e33
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,7 +6,7 @@ spring:
name: comment-service
data:
mongodb:
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.12:27017/comment-service}
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.9:27017/comment-service}
# uri: ${SPRING_DATA_MONGODB_URI:mongodb://localhost:27777/comment-service}


Expand Down

0 comments on commit d6a2e33

Please sign in to comment.