Skip to content

Commit b6a314a

Browse files
committed
Update application.yml
1 parent 78b9d7c commit b6a314a

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,4 +6,4 @@ spring:
66
name: user-service
77
data:
88
mongodb:
9-
uri: ${SPRING_DATA_MONGODB_URI:mongodb://localhost:27017/user-service}
9+
uri: ${SPRING_DATA_MONGODB_URI:mongodb://192.168.120.131:27017/user-service}

0 commit comments

Comments
 (0)