diff --git a/roles/notifs/frontend/templates/fmn.web.cfg b/roles/notifs/frontend/templates/fmn.web.cfg index 55d78bc080..41f044755b 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'] +FMN_ADMINS = ['ralph.id.fedoraproject.org', 'ralph.id.stg.fedoraproject.org'] {% if env == 'staging' %} FAS_OPENID_CHECK_CERT = False