copr-be: use production pulp instance but stg domain

This commit is contained in:
Jakub Kadlcik 2025-03-25 14:09:11 +01:00
parent 9cfa240dd8
commit 22b6e9e2fe

View file

@ -1,13 +1,13 @@
[cli]
{% if env == "production" %}
base_url = "https://mtls.internal.console.redhat.com"
{% else %}
base_url = "https://pulp.stage.devshift.net"
{% endif %}
api_root = "/api/pulp/"
username = ""
password = ""
{% if env == "production" %}
domain = "public-copr"
{% else %}
domain = "copr-stage"
{% endif %}
cert = "/home/copr/.config/pulp/copr-pulp.crt"
key = "/home/copr/.config/pulp/copr-pulp.key"
verify_ssl = true