mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Two db references to URLs.
This commit is contained in:
parent
dfa33ed35e
commit
d97363fbc5
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ generator client {
|
||||||
// https://umami.is/docs/guides/running-on-supabase
|
// https://umami.is/docs/guides/running-on-supabase
|
||||||
datasource db {
|
datasource db {
|
||||||
provider = "postgresql"
|
provider = "postgresql"
|
||||||
url = env("DIRECT_DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
|
directUrl = env("DIRECT_DATABASE_URL")
|
||||||
relationMode = "prisma"
|
relationMode = "prisma"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue