1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-14 10:42:56 -05:00

pull planetscale credentials from doppler

This commit is contained in:
2022-06-24 09:24:30 -04:00
parent b8076bb5b4
commit 12e10f43a7
6 changed files with 148 additions and 165 deletions

View File

@@ -5,7 +5,7 @@ generator client {
datasource db {
provider = "mysql"
url = env("PLANETSCALE_PRISMA_DATABASE_URL")
url = env("DATABASE_URL")
referentialIntegrity = "prisma"
}