mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove direct_url
This commit is contained in:
parent
a6a73db9c4
commit
82465f9362
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ generator client {
|
|||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
directUrl = env("DIRECT_URL") // plain connection with no pgBouncer (used for push & migrations)
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue