🚚(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
@@ -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
|
||||
Reference in New Issue
Block a user