Skip to content

Commit

Permalink
Merge pull request #7 from amhedcb/pooled-url
Browse files Browse the repository at this point in the history
Use a pooled db url for reliable connection
  • Loading branch information
justin-lee-cb authored Oct 1, 2024
2 parents 11879c5 + d8fd0bf commit 993e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ generator client {

datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
url = env("DATABASE_URL_POOLED")
}

model ContactlessPaymentTxOrMsg {
Expand Down

0 comments on commit 993e6dc

Please sign in to comment.