You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend: migrate ENABLE_DONATIONS env toggle to donations_enabled feature flag
Replace the static ENABLE_DONATIONS env config with a per-request
`donations_enabled` feature flag so donations can be toggled remotely
without a deploy. The Stripe credentials stay in env and are now required
in production unconditionally (since the flag can be flipped on at any
time), failing loudly at boot if missing.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments