Small security fixes, not urgent

This commit is contained in:
Pinga 2025-02-24 15:54:37 +02:00
parent d54c6f8f52
commit 0a0d30d5a0
5 changed files with 14 additions and 7 deletions

View file

@ -24,6 +24,7 @@ MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS='example@domain.com'
MAIL_TO_ADDRESS='example@domain.com'
MAIL_FROM_NAME='Example'
MAIL_API_KEY='test-api-key'
MAIL_API_PROVIDER='sendgrid'