Skip to content

Commit

Permalink
chore: set default EMAIL_HOST to relay.hel.fi
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Nov 7, 2023
1 parent ca789f8 commit 5ef52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/benefit/helsinkibenefit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
CLEAR_AUDIT_LOG_ENTRIES=(bool, False),
ENABLE_SEND_AUDIT_LOG=(bool, False),
EMAIL_USE_TLS=(bool, False),
EMAIL_HOST=(str, "ema.platta-net.hel.fi"),
EMAIL_HOST=(str, "relay.hel.fi"),
EMAIL_HOST_USER=(str, ""),
EMAIL_HOST_PASSWORD=(str, ""),
EMAIL_PORT=(int, 25),
Expand Down

0 comments on commit 5ef52fe

Please sign in to comment.