From c1163fce4b00fe9c3a4a0eb591b38924d6c54914 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Fri, 13 Nov 2020 12:33:54 -0800 Subject: [PATCH] Broke URLs so QA could verify an error --- edivorce/settings/openshift.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edivorce/settings/openshift.py b/edivorce/settings/openshift.py index 2f136c3d..9e5763bc 100644 --- a/edivorce/settings/openshift.py +++ b/edivorce/settings/openshift.py @@ -56,8 +56,8 @@ if DEPLOYMENT_TYPE == 'dev': REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5522' REGISTER_BCSC_URL = 'https://logontest7.gov.bc.ca/clp-cgi/fed/fedLaunch.cgi?partner=fed38&partnerList=fed38&flags=0001:0,7&TARGET=http://dev.justice.gov.bc.ca/divorce/oidc/authenticate' EDIVORCE_KEYCLOAK_BASE_URL = 'https://dev.oidc.gov.bc.ca' - EFILING_HUB_API_BASE_URL = 'https://fla-nginx-proxy-qzaydf-dev.pathfinder.gov.bc.ca/api' - EFILING_HUB_KEYCLOAK_BASE_URL = 'https://dev.oidc.gov.bc.ca' + EFILING_HUB_API_BASE_URL = 'https://broken-url.fla-nginx-proxy-qzaydf-dev.pathfinder.gov.bc.ca/api' + EFILING_HUB_KEYCLOAK_BASE_URL = 'https://broken-url.dev.oidc.gov.bc.ca' if DEPLOYMENT_TYPE == 'test': REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5521'