完善
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,7 +6,6 @@ node_modules/
|
|||||||
|
|
||||||
# misc
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env*
|
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|||||||
3
server/.env
Normal file
3
server/.env
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
PORT=5050
|
||||||
|
MONGODB_URI=mongodb://localhost:27017/todolist
|
||||||
|
NODE_ENV=development
|
||||||
Reference in New Issue
Block a user