pagure: make the instance-wide admins be a list of users rather than a group

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-02-11 10:58:55 +01:00
parent a545c86f4a
commit eba9565e3b

View file

@ -31,7 +31,7 @@ FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/'
DB_URL = 'postgresql://{{ pagure_db_user }}:{{ pagure_db_pass }}@{{ pagure_db_host }}/{{ pagure_db_name }}'
### The FAS group in which the admin of pagure are
ADMIN_GROUP = ['sysadmin-main']
PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge"]
# The publicly visible admin email address
ADMIN_EMAIL = 'admin@fedoraproject.org'