Skip to content

Commit

Permalink
chore: use pooler
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Nov 19, 2023
1 parent 48df9c6 commit c9f9941
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/api/db/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}

generator client {
Expand Down

2 comments on commit c9f9941

@vercel
Copy link

@vercel vercel bot commented on c9f9941 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

prerender – ./apps/prerender

prerender-git-main-heyxyz.vercel.app
prerender-heyxyz.vercel.app
prerender.hey.xyz

@vercel
Copy link

@vercel vercel bot commented on c9f9941 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api – ./apps/api

api-git-main-heyxyz.vercel.app
hey-api.vercel.app
api.hey.xyz
api-heyxyz.vercel.app

Please sign in to comment.