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)