chore: remove stale GALLERY_SECRET from .dev.vars.example

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 <noreply@anthropic.com>
This commit is contained in:
yuanzonghao
2026-06-18 23:50:35 +08:00
parent 69908862ef
commit f8cfa90d4c
-6
View File
@@ -35,12 +35,6 @@ TTS_SPEECH_MODEL=mimo-v2.5-tts
# MOCK_IMAGE (for testing) # MOCK_IMAGE (for testing)
MOCK_IMAGE=false 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=<generate_with_openssl_rand_hex_32>
# ---- Next.js public variables (build-time inlined) ------------------ # ---- Next.js public variables (build-time inlined) ------------------
# These are inlined at BUILD time, not runtime # These are inlined at BUILD time, not runtime
# For Cloudflare deployment, set via Dashboard Variables (not Secrets) # For Cloudflare deployment, set via Dashboard Variables (not Secrets)