forked from infra/ansible
turn of new projects UI for production
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
30c0defe44
commit
080db33424
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue