Browse Source

DEV-1282 - REVERTED "Broke URLs so QA could verify an error"

pull/172/head
Michael Olund 5 years ago
parent
commit
a1d6dcce70
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/settings/openshift.py

+ 2
- 2
edivorce/settings/openshift.py View File

@ -56,8 +56,8 @@ if DEPLOYMENT_TYPE == 'dev':
REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5522' 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' 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' 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': if DEPLOYMENT_TYPE == 'test':
REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5521' REGISTER_BCEID_URL = 'https://www.test.bceid.ca/directories/bluepages/details.aspx?serviceID=5521'


Loading…
Cancel
Save