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:
parent
ea108af80d
commit
b3f80c5558
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ PASSWORD_RESET_EXPIRATION = 30
|
||||||
# Email
|
# Email
|
||||||
MAIL_FROM = "Fedora Account System <fas@fedoraproject.org>"
|
MAIL_FROM = "Fedora Account System <fas@fedoraproject.org>"
|
||||||
MAIL_DEFAULT_SENDER = "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
|
||||||
THEME = "{{ noggin_theme }}"
|
THEME = "{{ noggin_theme }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue