From b37c55cfcae08328b7dd8e10c85fc655742340b6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 25 Mar 2015 19:09:38 +0000 Subject: [PATCH] (fmn) make me an admin in staging. --- roles/notifs/frontend/templates/fmn.web.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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