This commit is contained in:
梁泽军 2025-06-17 20:34:15 +08:00
parent 4ea1d7ef73
commit e52ec1ccc8
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,7 +6,6 @@ node_modules/
# misc
.DS_Store
.env*
# logs
npm-debug.log*

3
server/.env Normal file
View File

@ -0,0 +1,3 @@
PORT=5050
MONGODB_URI=mongodb://localhost:27017/todolist
NODE_ENV=development