Switch the confirmation email from fluxmonkey to quay.
This commit is contained in:
parent
a713555915
commit
ee41f79bcc
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ class MailConfig(object):
|
|||
MAIL_PORT = 587
|
||||
MAIL_USERNAME = 'AKIAIXV5SDGCPVMU3N4Q'
|
||||
MAIL_PASSWORD = 'AhmX/vWE91uQ2RtcEKTkfNrzZehEjPNXOXeOXgQNfLao'
|
||||
DEFAULT_MAIL_SENDER = 'support@fluxmonkey.io'
|
||||
DEFAULT_MAIL_SENDER = 'support@quay.io'
|
||||
MAIL_FAIL_SILENTLY = False
|
||||
TESTING = False
|
||||
|
||||
|
|
Reference in a new issue