This commit is contained in:
Ralph Bean 2016-01-26 23:45:25 +00:00
parent e69b3a7365
commit 802967d639

View file

@ -7,7 +7,7 @@ config = {
# Credentials to talk to PDC
'pdcupdater.pdc': {
{% if env == 'staging' %}
'server': 'http://pdc-web01.phx2.stg.fedoraproject.org/rest_api/v1/',
'server': 'http://pdc-web01.stg.phx2.fedoraproject.org/rest_api/v1/',
'insecure': True,
'token': '{{pdc_updater_api_token_stg }}',
{% else %}