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:
parent
a561587f6d
commit
17abda5160
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -29,6 +29,7 @@ nbproject
|
|||
# VS Code #
|
||||
###########
|
||||
*.code-workspace
|
||||
*.vscode
|
||||
|
||||
# Compiled source #
|
||||
###################
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue