copr-be: use production pulp instance but stg domain
This commit is contained in:
parent
9cfa240dd8
commit
22b6e9e2fe
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue