Skip to content

Commit

Permalink
update prisma config to allow manually setting shadow database url
Browse files Browse the repository at this point in the history
  • Loading branch information
hissalht committed Apr 26, 2024
1 parent fb1a0bd commit 03a33a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions confiture-rest-api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
}

generator nestjsDto {
Expand Down

0 comments on commit 03a33a3

Please sign in to comment.