Remove option dropped from the pdc_client API.

This commit is contained in:
Ralph Bean 2017-04-25 15:05:50 +00:00
parent c3c2aeab3e
commit 42fbdffc1e

View file

@ -17,11 +17,9 @@ config = {
'pdcupdater.pdc': {
{% if env == 'staging' %}
'server': 'http://pdc-web01.stg.phx2.fedoraproject.org/rest_api/v1/',
'insecure': True,
'token': '{{pdc_updater_api_token_stg }}',
{% else %}
'server': 'http://pdc-web01.phx2.fedoraproject.org/rest_api/v1/',
'insecure': True,
'token': '{{pdc_updater_api_token_prod }}',
{% endif %}
},