mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-30 03:35:31 +00:00
added qa2 configs to use keycloak on qa1 to test different domains w/ burnettk
This commit is contained in:
parent
462008da5e
commit
884f8bb872
@ -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…
x
Reference in New Issue
Block a user