Skip to content

Commit 275210f

Browse files
committed
add mongo conf
1 parent 965c37b commit 275210f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
spring.data.mongodb.host=127.0.0.1
2+
spring.data.mongodb.port=27017
3+
spring.data.mongodb.authentication-database=admin
4+
spring.data.mongodb.username=root
5+
spring.data.mongodb.password=root

0 commit comments

Comments
 (0)