feat: prepare discord channel

This commit is contained in:
2022-03-13 16:25:46 +00:00
committed by Miguel Nogueira
parent ea75a287c2
commit e6b10ab44e
3 changed files with 7 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
# Bot token for the Discord notification integration.
# Create an application & bot here: https://discord.com/developers/applications
DISCORD_BOT_TOKEN=
RECAPTCHA_SITE_KEY=
RECAPTCHA_PRIVATE_KEY=
RECAPTCHA_VERIFY_URL="https://www.google.com/recaptcha/api/siteverify"