Skip to content

Commit 96e82ec

Browse files
committed
fix: dont add database url to the .env.prod
1 parent a467392 commit 96e82ec

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# Add only non-sensitive production environment variables here so deployed applications can use them
22
# Deliver sensitive production environment variables via your deployment platform's process environment
33

4-
NODE_ENV=production
5-
DATABASE_URL={{dbUrlProd}}
6-
{{#if prismaDbUrlProd}}
7-
PRISMA_DATABASE_URL={{prismaDbUrlProd}}
8-
{{/if}}
4+
NODE_ENV=production

0 commit comments

Comments
 (0)