Merge remote-tracking branch 'origin/main' into frontend/use-api-subpath
This commit is contained in:
commit
9a112eeec9
|
@ -0,0 +1,8 @@
|
|||
"""Qa2."""
|
||||
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"
|
Loading…
Reference in New Issue