Skip to content

Commit b3fd636

Browse files
authored
fix: Comment out comment explaining readonly basic auth creds (#2302)
This causes an error if `.env.template` is copied directly into `.env`.
1 parent 66d5fa6 commit b3fd636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ REDIS_STANDALONE=true
2828
# BASIC_AUTH_PASSWORD=
2929

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

0 commit comments

Comments
 (0)