added qa2 configs to use keycloak on qa1 to test different domains w/ burnettk

This commit is contained in:
jasquat 2023-02-07 11:30:18 -05:00
parent be34d6990f
commit 27075c7440
1 changed files with 8 additions and 0 deletions

View File

@ -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"