From 8b080710876b6c1caf14c8708c24cded89a6e68a Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Wed, 1 Apr 2020 09:05:38 +0200 Subject: [PATCH] Fix info on default user in readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e365f1a..906a38c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is VILLASweb, the website displaying and processing simulation data in the web browser. The term __frontend__ refers to this project, the actual website. -The frontend connects to __two__ backends: _VILLASweb-backend_ and _VILLASnode_. +The frontend connects to __two__ backends: _VILLASweb-backend-go_ and _VILLASnode_. -VILLASnode provides actual simulation data via websockets. VILLASweb-backend provides any other data like user accounts, infrastructure components and configurations, dashboards etc. +VILLASnode provides actual simulation data via websockets. VILLASweb-backend-go provides any other data like user accounts, infrastructure components and configurations, dashboards etc. For more information on the backends see their repositories. @@ -33,8 +33,6 @@ $ npm install $ npm start ``` -The default user and password are configured in the `config.js` file of the _backend_. By default they are: __admin__ / __admin__. - ## Copyright 2020, Institute for Automation of Complex Power Systems, EONERC