Skip to content

Commit

Permalink
Remove .env from .gitignore since this is a non-production project.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosuma committed Feb 18, 2023
1 parent 365891d commit 48f92dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NODE_ENV=dev
PORT= 3600
DATA_MODEL=mongoose
MONGOOSE_SERVER_ADDRESS=mongo
MONGOOSE_SERVER_PORT=27017
RESET_DATABASE=true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
Expand Down

0 comments on commit 48f92dd

Please sign in to comment.