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
.env and sensitive credential files are strictly ignored in .gitignore.
Production credentials (MONGODB_URI, CLOUDFLARE_API_TOKEN) exist exclusively inside GitHub Secrets and Cloudflare Worker environment secrets.
The frontend (Next.js) NEVER has access to MONGODB_URI or database credentials; it communicates strictly via public /api/v1 routes exposed by the Cloudflare Worker.