mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 00:51:39 +08:00
add staging Fedora apps URL toggle based on environment
This commit is contained in:
@@ -58,3 +58,10 @@ use_mappings_github = False
|
||||
# If use_mappings_github is False, set alternate path
|
||||
name_mappings_path = "/usr/share/mote/name_mappings.json"
|
||||
category_mappings_path = "/usr/share/mote/category_mappings.json"
|
||||
|
||||
# Use staging Fedora Apps URL for datagrepper if in staging
|
||||
{% if env == 'staging' %}
|
||||
datagrepper_base_url = "https://apps.stg.fedoraproject.org"
|
||||
{% else %}
|
||||
datagrepper_base_url = "https://apps.fedoraproject.org"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user