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]
|
[cli]
|
||||||
{% if env == "production" %}
|
|
||||||
base_url = "https://mtls.internal.console.redhat.com"
|
base_url = "https://mtls.internal.console.redhat.com"
|
||||||
{% else %}
|
|
||||||
base_url = "https://pulp.stage.devshift.net"
|
|
||||||
{% endif %}
|
|
||||||
api_root = "/api/pulp/"
|
api_root = "/api/pulp/"
|
||||||
username = ""
|
username = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
{% if env == "production" %}
|
||||||
domain = "public-copr"
|
domain = "public-copr"
|
||||||
|
{% else %}
|
||||||
|
domain = "copr-stage"
|
||||||
|
{% endif %}
|
||||||
cert = "/home/copr/.config/pulp/copr-pulp.crt"
|
cert = "/home/copr/.config/pulp/copr-pulp.crt"
|
||||||
key = "/home/copr/.config/pulp/copr-pulp.key"
|
key = "/home/copr/.config/pulp/copr-pulp.key"
|
||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue