From f8cfa90d4c86e2fa726d03c8315536f03136d7c7 Mon Sep 17 00:00:00 2001 From: yuanzonghao Date: Thu, 18 Jun 2026 23:50:35 +0800 Subject: [PATCH] chore: remove stale GALLERY_SECRET from .dev.vars.example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GALLERY_SECRET was removed in 64cf9c3 — .infiplot files now use plaintext + SHA-256 integrity, no encryption secret needed. Co-Authored-By: Claude Opus 4.6 --- .dev.vars.example | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.dev.vars.example b/.dev.vars.example index 49637fd..fa74e1a 100644 --- a/.dev.vars.example +++ b/.dev.vars.example @@ -35,12 +35,6 @@ TTS_SPEECH_MODEL=mimo-v2.5-tts # MOCK_IMAGE (for testing) MOCK_IMAGE=false -# ---- Gallery encryption secret -------------------------------------- -# Server-side secret for AES-256-GCM encryption of .infiplot share files -# Generate with: openssl rand -hex 32 -# WARNING: Rotating this invalidates all existing share files -GALLERY_SECRET= - # ---- Next.js public variables (build-time inlined) ------------------ # These are inlined at BUILD time, not runtime # For Cloudflare deployment, set via Dashboard Variables (not Secrets)