Remove option dropped from the pdc_client API.
This commit is contained in:
parent
c3c2aeab3e
commit
42fbdffc1e
1 changed files with 0 additions and 2 deletions
|
@ -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 %}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue