actually make it work

This commit is contained in:
2024-08-07 10:10:32 +03:00
parent 571f2a88cd
commit 5e58349d0b
4 changed files with 21 additions and 4 deletions

View File

@@ -2,5 +2,5 @@ EMAIL="user@example.org"
EMAIL_PASSWORD="..."
EMAIL_HOST="smtp.example.org"
EMAIL_PORT=587
ENVIRONMENT="TEST"
ENVIRONMENT="TEST" # expects: TEST, TEST-MAIL, PROD
ALLOWED_IPS="1.1.1.1"