Skip to content

Commit

Permalink
feat(ks-backend): set default EMAIL_HOST to relay.hel.fi
Browse files Browse the repository at this point in the history
ema.hel.fi (a.k.a. ema.platta-net.hel.fi) is deprecated and is going to
be removed during November 2023 in favor of relay.hel.fi

refs YJDH-682
  • Loading branch information
karisal-anders committed Oct 30, 2023
1 parent 5f7d53a commit 94ba1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.kesaseteli.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ AUDIT_LOG_ORIGIN=

# Email configuration
EMAIL_USE_TLS=False
EMAIL_HOST='ema.platta-net.hel.fi'
EMAIL_HOST='relay.hel.fi'
EMAIL_HOST_USER=''
EMAIL_HOST_PASSWORD=''
EMAIL_PORT=25
Expand Down
2 changes: 1 addition & 1 deletion backend/kesaseteli/kesaseteli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
ENABLE_ADMIN=(bool, False),
DB_PREFIX=(str, ""),
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 94ba1fb

Please sign in to comment.