From b3fd636cbdb75433a03a5a47ae45aefc08050042 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Mon, 6 Jan 2025 11:47:48 -0500 Subject: [PATCH] fix: Comment out comment explaining readonly basic auth creds (#2302) This causes an error if `.env.template` is copied directly into `.env`. --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index d13d8c5b27..fe581fe880 100644 --- a/.env.template +++ b/.env.template @@ -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=