mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
added direct_url_db for supabase
This commit is contained in:
parent
c01894b45b
commit
20796eda6d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ datasource db {
|
|||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
relationMode = "prisma"
|
||||
directUrl = env("DIRECT_DATABASE_URL")
|
||||
}
|
||||
|
||||
model User {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue