Skip to content

Commit

Permalink
chore: added comment on env example
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham-outside committed Dec 29, 2024
1 parent 58b3343 commit f1a5e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APP_PORT=3000
NODE_ENV=development # development || production

# Database
DB_HOST=postgres
DB_HOST=postgres #should be localhost if db is running in docker and app is running in container
POSTGRES_PORT=5432
POSTGRES_USER=your_db_user
POSTGRES_PASSWORD=your_db_password
Expand Down

0 comments on commit f1a5e74

Please sign in to comment.