mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
turn of new projects UI for production
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -393,9 +393,9 @@ LOGGING_GIT_HOOKS = {
|
||||
# Setting ENABLE_UI_NEW_PROJECTS, ACLS, ADMIN_API_ACLS to stop
|
||||
# creation of new projects going forward on pagure.io
|
||||
{% if env == 'staging' %}
|
||||
ENABLE_UI_NEW_PROJECTS = False
|
||||
{% else %}
|
||||
ENABLE_UI_NEW_PROJECTS = True
|
||||
{% else %}
|
||||
ENABLE_UI_NEW_PROJECTS = False
|
||||
{% endif %}
|
||||
|
||||
# this is the list of default ACLS, minus create_project
|
||||
|
||||
Reference in New Issue
Block a user