Skip to content

Commit

Permalink
Fix database URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-M22 committed Apr 21, 2024
1 parent 53f0ca1 commit 023fbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NEXTAUTH_URL=https://ponou.unibuc.ro/
NEXTAUTH_SECRET=dev

# Connection string for Prisma
DATABASE_URL="postgresql://taxes_app:dev_pwd@db:5432/taxes?schema=public"
DATABASE_URL="postgresql://taxes_app:dev_pwd@postgres:5432/taxes?schema=public"

# EuPlatesc credentials
EUPLATESC_MERCHANT_ID=44841002813
Expand Down

0 comments on commit 023fbb6

Please sign in to comment.