🚚(keycloak) rename Impress to Meet
I have updated all references of "Impress" to "Meet". Few environment variables were updated, keycloak was including the realm's name as a base URL for API endpoints.
This commit is contained in:
committed by
antoine lebaud
parent
e395f9a53e
commit
1a2768f8dc
@@ -315,7 +315,7 @@ class Base(Configuration):
|
||||
"RS256", environ_name="OIDC_RP_SIGN_ALGO", environ_prefix=None
|
||||
)
|
||||
OIDC_RP_CLIENT_ID = values.Value(
|
||||
"impress", environ_name="OIDC_RP_CLIENT_ID", environ_prefix=None
|
||||
"meet", environ_name="OIDC_RP_CLIENT_ID", environ_prefix=None
|
||||
)
|
||||
OIDC_RP_CLIENT_SECRET = values.Value(
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user