Files
fedora-infra_ansible/roles/copr/backend/templates/pulp-cli.toml
2025-03-25 15:01:07 +01:00

18 lines
383 B
TOML

[cli]
base_url = "https://mtls.internal.console.redhat.com"
api_root = "/api/pulp/"
username = ""
password = ""
{% if env == "production" %}
domain = "public-copr"
{% else %}
domain = "public-copr-stage"
{% endif %}
cert = "/home/copr/.config/pulp/copr-pulp.crt"
key = "/home/copr/.config/pulp/copr-pulp.key"
verify_ssl = true
format = "json"
dry_run = false
timeout = 0
verbose = 0