Files
fedora-infra_ansible/roles/pdc/backend/templates/fedora.json
2017-01-12 15:52:51 +00:00

15 lines
675 B
JSON

{
"fedora": {
"develop": false,
"insecure": false,
{% if env == 'staging' %}
"host": "https://pdc.stg.fedoraproject.org/rest_api/v1/",
"token": "{{pdc_updater_api_token_stg }}"
{% else %}
"host": "https://pdc.fedoraproject.org/rest_api/v1/",
"token": "{{pdc_updater_api_token_prod }}"
{% endif %}
}
}