diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 9e27d810ef..78106b4266 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -294,6 +294,10 @@ USAGE_TREEMAP_TEAMS = { "Python-team": ["@python", "thrnciar", "torsava", "encukou", "cstratak", "churchyard"], } +# What storage should be set for new projects. +# Possible options are "backend" and "pulp" +DEFAULT_STORAGE = "pulp" + PULP_CONTENT_URL = '{{ backend_base_url }}/results/'