🚚(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

@@ -1,11 +1,11 @@
# Postgresql db container configuration
POSTGRES_DB=keycloak
POSTGRES_USER=impress
POSTGRES_USER=meet
POSTGRES_PASSWORD=pass
# App database configuration
DB_HOST=kc_postgresql
DB_NAME=keycloak
DB_USER=impress
DB_USER=meet
DB_PASSWORD=pass
DB_PORT=5433