Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed Mar 8, 2024
1 parent 0ff7bdf commit a9d7f87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
NODE_ENV=development
PORT=8080
DB_HOST=127.0.0.1
DB_PORT=5432
DB_USER=user1
DB_PASSWORD="user1@123"
DB_NAME=database
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ coverage/clover.xml
logs/

# don't check in env files
.env
.env.prod
.env.staging
**/.DS_Store

0 comments on commit a9d7f87

Please sign in to comment.