added backend url to qa2 configs

This commit is contained in:
jasquat 2023-02-07 13:46:54 -05:00
parent 9a112eeec9
commit 5ae13a8d51
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@ SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME = environ.get(
)
OPEN_ID_SERVER_URL = "https://keycloak.qa1.spiffworkflow.org/realms/spiffworkflow"
SPIFFWORKFLOW_BACKEND_URL = (
"https://qa2.spiffworkflow.org/api"
)