From b6824a8face5b02bfd295e0dbb0f9b5267981c75 Mon Sep 17 00:00:00 2001 From: "Mr. Robot" Date: Sun, 19 Apr 2026 18:19:22 +0600 Subject: [PATCH 1/2] chore: clean up `.env.example` comment formatting + empty values --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 60e33c50b0..daf41580a7 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -#secure password, can use openssl rand -hex 32 -NUXT_SESSION_PASSWORD="" +# secure password, can use openssl rand -hex 32 +NUXT_SESSION_PASSWORD= -#HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32 -NUXT_IMAGE_PROXY_SECRET="" \ No newline at end of file +# HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32 +NUXT_IMAGE_PROXY_SECRET= \ No newline at end of file From 6f3ff556c936b5fe41c478c0b8f8415df8f061b1 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Sun, 19 Apr 2026 20:47:41 -0400 Subject: [PATCH 2/2] chore: restore quotes, add backticks for commands --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index daf41580a7..dd95e80fa1 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -# secure password, can use openssl rand -hex 32 -NUXT_SESSION_PASSWORD= +# secure password, can use `openssl rand -hex 32` +NUXT_SESSION_PASSWORD="" -# HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32 -NUXT_IMAGE_PROXY_SECRET= \ No newline at end of file +# HMAC secret for image-proxy and OG image URL signing, can use `openssl rand -hex 32` +NUXT_IMAGE_PROXY_SECRET=""