Skip to content

Commit e26c6ce

Browse files
committedJul 16, 2022
Initial commit
0 parents  commit e26c6ce

9 files changed

+2304
-0
lines changed
 

‎.env-sample

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DATABASE_URL=mongodb://localhost:27017
2+
DATABASE_NAME=test
3+
USER_COLLECTION_NAME=test
4+
SERVER_URL=0.0.0.0:4000

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
.env

0 commit comments

Comments
 (0)
Please sign in to comment.