turn of new projects UI for production

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2026-02-09 12:37:51 +10:00
parent 30c0defe44
commit 080db33424

View File

@@ -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