support secrets
Guide for support secrets
Required Secrets for Support Ticket System
To fully enable the integrations for the Support Ticket System, the following secrets must be set in the
loh-cf-workers/account-api environment.Secrets
How to Set
Run the following commands in
loh-cf-workers/account-api:npx wrangler secret put RESEND_API_KEY
npx wrangler secret put DISCORD_WEBHOOK_URL
npx wrangler secret put RECAPTCHA_SECRET_KEYHow to Test Integrations (Future)
Once secrets are set:
- Update
src/handlers/tickets.tsto uncomment the real integration calls. - Remove the
[Mock]console logs.