Skip to content

Commit 0279835

Browse files
committed
fix: update comments in .env.prod.hbs for consistency and clarity
1 parent 19affa2 commit 0279835

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adminforth/commands/createApp/templates/.env.prod.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{!-- Add only non-sensitive prod environment variables here so deployed applications can use them --}}
2-
{{!-- Deliver sensitive prod environment variables via natural process environments from your deployment platform --}}
1+
{{!-- Add only non-sensitive production environment variables here so deployed applications can use them --}}
2+
{{!-- Deliver sensitive production environment variables via natural process environments from your deployment platform --}}
33

44
NODE_ENV=production
55
DATABASE_URL={{dbUrlProd}}

0 commit comments

Comments
 (0)