diff options
-rw-r--r-- | roles/notifs/frontend/templates/fmn.web.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/notifs/frontend/templates/fmn.web.cfg b/roles/notifs/frontend/templates/fmn.web.cfg index 41f044755..7b3e7b03a 100644 --- a/roles/notifs/frontend/templates/fmn.web.cfg +++ b/roles/notifs/frontend/templates/fmn.web.cfg @@ -2,7 +2,7 @@ SECRET_KEY = '{{ notifs_secret_key }}' -FMN_ADMINS = ['ralph.id.fedoraproject.org', 'ralph.id.stg.fedoraproject.org'] +FMN_ADMINS = ['kevin.id.fedoraproject.org', 'kevin.id.stg.fedoraproject.org', 'ralph.id.fedoraproject.org', 'ralph.id.stg.fedoraproject.org'] {% if env == 'staging' %} FAS_OPENID_CHECK_CERT = False |