chore: clarify default creds in readme, add .vscode to gitignore (#26840)

Signed-off-by: gitdallas <5322142+gitdallas@users.noreply.github.com>
This commit is contained in:
Dallas 2024-02-07 03:45:48 -06:00 committed by GitHub
parent a561587f6d
commit 17abda5160
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -29,6 +29,7 @@ nbproject
# VS Code #
###########
*.code-workspace
*.vscode
# Compiled source #
###################

View file

@ -30,7 +30,7 @@ To start the development server run the following command:
pnpm run dev
```
Once the process of optimization is done your browser will automatically open your local host on port `8080`. From here you will be redirected to the Keycloak server to authenticate, which you can do with the default username and password (`admin`).
Once the process of optimization is done your browser will automatically open your local host on port `8080`. From here you will be redirected to the Keycloak server to authenticate, which you can do with the default credentials (`admin`/`admin`).
You can now start making changes to the source code, and they will be reflected in your browser.