Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put comments on separate lines. #676

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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