1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 10:15:30 -04:00

migrated to supabase postgres

This commit is contained in:
2024-02-07 14:55:16 -05:00
parent 5b0c126ffc
commit 1a6ac7f483
9 changed files with 183 additions and 311 deletions

View File

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