added backend url to qa2 configs
This commit is contained in:
parent
9a112eeec9
commit
5ae13a8d51
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue