This commit is contained in:
2026-03-26 00:51:25 +01:00
parent 99db0b3c67
commit ef4496aa5d
31 changed files with 4185 additions and 452 deletions

View File

@@ -4,4 +4,7 @@ RESEND_API_KEY= # from resend.com dashboard
EMAIL_FROM= # e.g. noreply@yourdomain.com
FRONTEND_URL= # e.g. https://yourdomain.com
CORS_ORIGINS= # comma-separated, e.g. https://yourdomain.com
WIKIRANK_USER_AGENT= # e.g. WikiTCG/1.0 (you@email.com
WIKIRANK_USER_AGENT= # e.g. WikiTCG/1.0 (you@email.com)
STRIPE_SECRET_KEY= # from stripe dashboard
STRIPE_PUBLISHABLE_KEY= # from stripe dashboard
STRIPE_WEBHOOK_SECRET= # from stripe dashboard