Skip to content

Commit 5317633

Browse files
committed
fix: update comments in environment template files for clarity and consistency
1 parent bae4083 commit 5317633

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{!-- Add only sensitive local environment variables here, non-sensitive local variables should go to .env.local --}}
1+
# Add only sensitive local environment variables here; non-sensitive local variables should go to .env.local

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{{!-- Add only non-sensitive local environment variables here so all team members can use them with minimal setup --}}
2-
{{!-- For sensitive local environment variables, use .env and explain team members how to set them (ideally also provide .env.example ) --}}
1+
# Add only non-sensitive local environment variables here so all team members can use them with minimal setup
2+
# For sensitive local environment variables, use .env and explain to team members how to set them, ideally with a .env.example
33

44
ADMINFORTH_SECRET=123
55
NODE_ENV=development

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 production environment variables here so deployed applications can use them --}}
2-
{{!-- Deliver sensitive production 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 your deployment platform's process environment
33

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

0 commit comments

Comments
 (0)