config LEMUR_MAIL to LEMUR_EMAIL (#772)
I referenced https://github.com/Netflix/lemur/blob/master/lemur/plugins/lemur_email/plugin.py and it appears this configuration option should be "LEMUR_EMAIL"
This commit is contained in:
parent
6a77d511e8
commit
0bbe2b0331
|
@ -202,14 +202,14 @@ Lemur supports sending certification expiration notifications through SES and SM
|
||||||
you can send any mail. See: `Verifying Email Address in Amazon SES <http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_
|
you can send any mail. See: `Verifying Email Address in Amazon SES <http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_
|
||||||
|
|
||||||
|
|
||||||
.. data:: LEMUR_MAIL
|
.. data:: LEMUR_EMAIL
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
Lemur sender's email
|
Lemur sender's email
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
LEMUR_MAIL = 'lemur.example.com'
|
LEMUR_EMAIL = 'lemur.example.com'
|
||||||
|
|
||||||
|
|
||||||
.. data:: LEMUR_SECURITY_TEAM_EMAIL
|
.. data:: LEMUR_SECURITY_TEAM_EMAIL
|
||||||
|
|
Loading…
Reference in New Issue