1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00

Update schema.prisma

This commit is contained in:
Jake Jarvis 2023-12-05 10:27:41 -05:00 committed by GitHub
parent b354e6b25b
commit e41807988a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ generator client {
datasource db {
provider = "postgresql"
url = env("POSTGRES_PRISMA_URL")
directUrl = env("POSTGRES_URL_NON_POOLING")
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}
model hits {