From a76e9150c27f5540e0fdbd435c5b82e18f28972e Mon Sep 17 00:00:00 2001 From: ariannedee Date: Mon, 26 Oct 2020 16:02:15 -0700 Subject: [PATCH] Turn eFiling hub flag back on --- edivorce/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edivorce/settings/local.py b/edivorce/settings/local.py index 89f51e5f..ed5140a2 100644 --- a/edivorce/settings/local.py +++ b/edivorce/settings/local.py @@ -50,4 +50,4 @@ KEYCLOAK_LOGOUT = 'http://localhost:8081/auth/realms/justice/protocol/openid-con OIDC_RP_CLIENT_ID = 'edivorce-app' LOGIN_REDIRECT_URL = '/signin' -EFILING_HUB_ENABLED = False +EFILING_HUB_ENABLED = True