From 41b009579e296d73b217ba767afb4ae91e7b8be8 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 18 Jan 2016 19:27:56 +0000 Subject: [PATCH] Adjust pdc url. --- roles/pdc/backend/templates/pdcupdater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/pdc/backend/templates/pdcupdater.py b/roles/pdc/backend/templates/pdcupdater.py index e53a2149c2..f7e479591f 100644 --- a/roles/pdc/backend/templates/pdcupdater.py +++ b/roles/pdc/backend/templates/pdcupdater.py @@ -7,11 +7,11 @@ config = { # Credentials to talk to PDC 'pdcupdater.pdc': { {% if env == 'staging' %} - 'server': 'https://apps.stg.fedoraproject.org/pdc/rest_api/v1/', + 'server': 'https://pdc.stg.fedoraproject.org/rest_api/v1/', 'insecure': False, 'token': '{{pdc_updater_api_token_stg }}', {% else %} - 'server': 'https://apps.fedoraproject.org/pdc/rest_api/v1/', + 'server': 'https://pdc.fedoraproject.org/rest_api/v1/', 'insecure': False, 'token': '{{pdc_updater_api_token_prod }}', {% endif %}