1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-27 06:36:07 +02:00

Fix demo password in README.md

This commit is contained in:
Alex
2023-06-14 10:33:01 +02:00
committed by GitHub
parent 59008ec013
commit 8ab482d503

@@ -50,7 +50,7 @@ cd ./cc-backend
./startDemo.sh
```
You can access the web interface at http://localhost:8080.
Credentials for login: `demo:AdminDev`.
Credentials for login: `demo:demo`.
Please note that some views do not work without a metric backend (e.g., the Systems and Status view).
## Howto Build and Run