mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(contact): Add hCaptcha integration, Discord alert for contact
- Added hCaptcha validation to the contact form. - Integrated hCaptcha configuration in the application. - Implemented Discord alerts for new contact submissions with detailed content.
This commit is contained in:
@@ -20,6 +20,9 @@ GTAG_MEASUREMENT_ID="G-XXXXXXXXXX"
|
||||
DISCORD_ALERT_WEBHOOK="https://discord.com/api/webhooks/000000000000000000/"
|
||||
HONEYPOT_NAME="honeypot"
|
||||
|
||||
HCAPTCHA_SECRET=secret-key
|
||||
HCAPTCHA_SITEKEY=site-key
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
Reference in New Issue
Block a user