Sets SSL to false per default for tests

This commit is contained in:
tofuwabohu 2021-04-09 13:37:35 +02:00
parent a52729daae
commit 8bd73df26b

View file

@ -36,3 +36,4 @@ EMAIL_PORT=587
EMAIL_HOST_USER=mail@your.domain.here
EMAIL_HOST_PASSWORD=emailpassword123
EMAIL_USE_TLS=true
EMAIL_USE_SSL=false