koschei: Disable hotfix_pagure_extras plugin in production

This commit is contained in:
Mikolaj Izdebski 2019-09-23 20:12:53 +02:00 committed by Pierre-Yves Chibon
parent 3591f086b8
commit 91bbf33a2f

View file

@ -41,7 +41,8 @@ config = {
{% if env == 'staging' %}
"plugins": [],
{% else %}
"plugins": ['hotfix_pagure_extras'],
"plugins": [],
# "plugins": ['hotfix_pagure_extras'],
{% endif %}
"caching": {
"pagure": {