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

@@ -34,8 +34,8 @@ $ make bootstrap FLUSH_ARGS='--no-input'
Then you can access to the project in development mode by going to http://localhost:3000.
You will be prompted to log in, the default credentials are:
```bash
username: impress
password: impress
username: meet
password: meet
```
---