set up qa2 to only do path based routing w/ burnettk

This commit is contained in:
jasquat 2023-02-07 14:30:13 -05:00
parent c659cc86fc
commit 80555872ce
1 changed files with 4 additions and 6 deletions

View File

@ -4,9 +4,7 @@ from os import environ
SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = environ.get(
"SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME", default="qa1.yml"
)
OPEN_ID_SERVER_URL = "https://keycloak.qa1.spiffworkflow.org/realms/spiffworkflow"
SPIFFWORKFLOW_BACKEND_URL = (
"https://qa2.spiffworkflow.org/api"
)
SPIFFWORKFLOW_FRONTEND_URL = "https://qa2.spiffworkflow.org"
OPEN_ID_SERVER_URL = "https://qa2.spiffworkflow.org/keycloak/realms/spiffworkflow"
SPIFFWORKFLOW_BACKEND_URL = "https://qa2.spiffworkflow.org/api"
CONNECTOR_PROXY_URL = "https://qa2.spiffworkflow.org/connector-proxy"