Skip to content

Commit 2da7180

Browse files
committed
Update application.yml
1 parent 2451b9e commit 2da7180

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.40.0.6:27017/comment-service}
9+
uri: ${SPRING_DATA_MONGODB_URI:mongodb://10.40.0.3:27017/comment-service}
1010
# uri: ${SPRING_DATA_MONGODB_URI:mongodb://localhost:27777/comment-service}
1111

1212

0 commit comments

Comments
 (0)