noggin: switch email to bastion02 to try and avoid large queue on bastion01

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-12-11 16:58:40 -08:00
parent ea108af80d
commit b3f80c5558

View file

@ -33,7 +33,7 @@ PASSWORD_RESET_EXPIRATION = 30
# Email
MAIL_FROM = "Fedora Account System <fas@fedoraproject.org>"
MAIL_DEFAULT_SENDER = "Fedora Account System <fas@fedoraproject.org>"
MAIL_SERVER = "bastion.fedoraproject.org"
MAIL_SERVER = "bastion02.fedoraproject.org"
# Theme
THEME = "{{ noggin_theme }}"