mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
change to POSTGRES_PRISMA_URL
This commit is contained in:
parent
38ab685143
commit
e2af1c5ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ generator client {
|
|||
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
url = env("POSTGRES_PRISMA_URL")
|
||||
relationMode = "prisma"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue