完善
This commit is contained in:
parent
4ea1d7ef73
commit
e52ec1ccc8
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,7 +6,6 @@ node_modules/
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env*
|
||||
|
||||
# logs
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user