pagure: define ADMIN_GROUP to a group that do not exists
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
abe96d97b2
commit
deee7e9b9f
1 changed files with 1 additions and 1 deletions
|
@ -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 }}'
|
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
|
### The FAS group in which the admin of pagure are
|
||||||
ADMIN_GROUP = ""
|
ADMIN_GROUP = "--"
|
||||||
PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge"]
|
PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge"]
|
||||||
|
|
||||||
# The publicly visible admin email address
|
# The publicly visible admin email address
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue