mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +00:00
Sets SSL to false per default for tests
This commit is contained in:
parent
a52729daae
commit
8bd73df26b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue