From 8ab482d5031bf6b72c468e3809aef0d8303e60dc Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 14 Jun 2023 10:33:01 +0200 Subject: [PATCH] Fix demo password in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8cd60b..defe43f 100644 --- a/README.md +++ b/README.md @@ -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