# JWT Secret for signing tokens (required) # IMPORTANT: change this value before any real deployment. # Generate one with: openssl rand -hex 32 # (Example only, 64 hex chars = 32 bytes) JWT_SECRET=Enter-your-JWT-key-here-at-least-32-characters