copr-frontend: configure Pulp content URL
This commit is contained in:
parent
5cffe17cd8
commit
b69ee7da43
1 changed files with 6 additions and 0 deletions
|
@ -251,3 +251,9 @@ USAGE_TREEMAP_TEAMS = {
|
|||
"Packit": ["packit", "packit-stg", "ttomecek"],
|
||||
"Python-team": ["@python", "thrnciar", "torsava", "encukou", "cstratak", "churchyard"],
|
||||
}
|
||||
|
||||
{% if env == "production" %}
|
||||
PULP_CONTENT_URL = "https://console.redhat.com/api/pulp-content/public-copr"
|
||||
{% else %}
|
||||
PULP_CONTENT_URL = "https://pulp.stage.devshift.net/api/pulp-content/copr"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue