Skip to content

Commit

Permalink
fix: Comment out comment explaining readonly basic auth creds (#2302)
Browse files Browse the repository at this point in the history
This causes an error if `.env.template` is copied directly into `.env`.
  • Loading branch information
joshlarson authored Jan 6, 2025
1 parent 66d5fa6 commit b3fd636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ REDIS_STANDALONE=true
# BASIC_AUTH_PASSWORD=

# These credentials control access to read-only resources, such as the Live
Dashboard, the admin page, and features under the /preview path.
# Dashboard, the admin page, and features under the /preview path.
# BASIC_AUTH_READONLY_USERNAME=
# BASIC_AUTH_READONLY_PASSWORD=

0 comments on commit b3fd636

Please sign in to comment.