copr: rename STG pulp domain
This commit is contained in:
parent
5f7d5bda78
commit
a6b86224fb
2 changed files with 2 additions and 2 deletions
|
@ -181,4 +181,4 @@ aws_cloudfront_distribution: EX55ITR8LVMOH
|
||||||
|
|
||||||
nrpe_client_uid: 500
|
nrpe_client_uid: 500
|
||||||
|
|
||||||
pulp_content_url: "https://console.redhat.com/api/pulp-content/copr-stage"
|
pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr-stage"
|
||||||
|
|
|
@ -6,7 +6,7 @@ password = ""
|
||||||
{% if env == "production" %}
|
{% if env == "production" %}
|
||||||
domain = "public-copr"
|
domain = "public-copr"
|
||||||
{% else %}
|
{% else %}
|
||||||
domain = "copr-stage"
|
domain = "public-copr-stage"
|
||||||
{% endif %}
|
{% 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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue