🚚(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:
lebaudantoine
2024-07-01 14:57:02 +02:00
committed by antoine lebaud
parent e395f9a53e
commit 1a2768f8dc
6 changed files with 25 additions and 25 deletions

View File

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