mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Adding reference to supabase run.
This commit is contained in:
parent
9389926da6
commit
dfa33ed35e
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ generator client {
|
|||
provider = "prisma-client-js"
|
||||
}
|
||||
|
||||
// https://umami.is/docs/guides/running-on-supabase
|
||||
datasource db {
|
||||
provider = "postgresql"
|
||||
url = env("DIRECT_DATABASE_URL")
|
||||
|
|
|
|||
Loading…
Reference in a new issue