copr: rename STG pulp domain

This commit is contained in:
Jakub Kadlcik 2025-03-25 15:01:07 +01:00
parent 5f7d5bda78
commit a6b86224fb
2 changed files with 2 additions and 2 deletions

View file

@ -181,4 +181,4 @@ aws_cloudfront_distribution: EX55ITR8LVMOH
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"

View file

@ -6,7 +6,7 @@ password = ""
{% if env == "production" %}
domain = "public-copr"
{% else %}
domain = "copr-stage"
domain = "public-copr-stage"
{% endif %}
cert = "/home/copr/.config/pulp/copr-pulp.crt"
key = "/home/copr/.config/pulp/copr-pulp.key"