Skip to content

Commit

Permalink
Put comments on separate lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
apognu committed Jan 31, 2025
1 parent 1afe28b commit 22bdf0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/app-builder/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
# REQUIRED SETTINGS
#

ENV=development # Set to "production" when not testing. Note that it will require HTTPS
NODE_ENV=development # Set to "production" if deploying instead of developing
# Set to "production" when not testing. Note that it will require HTTPS
ENV=development
# Set to "production" if deploying instead of developing
NODE_ENV=development

# In production, generate a new random secret to sign your user's sessions. You can use this command to do so:
# - openssl rand -base64 128 | tr -d "\n"
Expand Down

0 comments on commit 22bdf0c

Please sign in to comment.