From a1d6dcce705019e298a06fe2142bd5efcd907069 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Fri, 13 Nov 2020 12:47:37 -0800 Subject: [PATCH] DEV-1282 - REVERTED "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 9e5763bc..2f136c3d 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://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' + 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' if DEPLOYMENT_TYPE == 'test': REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5521'