diff --git a/roles/notifs/frontend/templates/fmn.web.cfg b/roles/notifs/frontend/templates/fmn.web.cfg index 41f044755b..7b3e7b03a7 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