Skip to content

Commit d6a2e33

Browse files
committed
Update K8S mongo
1 parent 7a17d73 commit d6a2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring:
66
name: comment-service
77
data:
88
mongodb:
9-
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.12:27017/comment-service}
9+
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.32.0.9:27017/comment-service}
1010
# uri: ${SPRING_DATA_MONGODB_URI:mongodb://localhost:27777/comment-service}
1111

1212

0 commit comments

Comments
 (0)