Set myself as admin of FMN

This commit is contained in:
Pierre-Yves Chibon 2016-09-05 12:14:05 +02:00
parent 90d9df07af
commit 182eb3516a

View file

@ -2,7 +2,11 @@
SECRET_KEY = '{{ notifs_secret_key }}'
FMN_ADMINS = ['kevin.id.fedoraproject.org', 'kevin.id.stg.fedoraproject.org', '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',
'pingou.id.fedoraproject.org', 'pingou.id.stg.fedoraproject.org',
]
{% if env == 'staging' %}
FAS_OPENID_CHECK_CERT = False