Set myself as admin of FMN
This commit is contained in:
parent
90d9df07af
commit
182eb3516a
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
SECRET_KEY = '{{ notifs_secret_key }}'
|
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' %}
|
{% if env == 'staging' %}
|
||||||
FAS_OPENID_CHECK_CERT = False
|
FAS_OPENID_CHECK_CERT = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue