Skip to content

Commit

Permalink
🔨 chore: add env example
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeparziale committed Sep 19, 2024
1 parent 73bfc4a commit 3b5b6b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Prisma
DATABASE_URL=postgresql://postgres:postgres@localhost:5432

# Docker env vars
DATABASE_HOSTNAME=postgres_db
DATABASE_PORT=5432
DATABASE_PASSWORD=postgres
DATABASE_USER=postgres
DATABASE_DB=postgres

0 comments on commit 3b5b6b1

Please sign in to comment.