We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19affa2 commit 0279835Copy full SHA for 0279835
1 file changed
adminforth/commands/createApp/templates/.env.prod.hbs
@@ -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 --}}
+{{!-- Add only non-sensitive production environment variables here so deployed applications can use them --}}
+{{!-- Deliver sensitive production environment variables via natural process environments from your deployment platform --}}
3
4
NODE_ENV=production
5
DATABASE_URL={{dbUrlProd}}
0 commit comments