mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Add info on test mode of backend including test users.
This commit is contained in:
parent
8b08071087
commit
30c21ddb1a
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ $ npm install
|
|||
$ npm start
|
||||
```
|
||||
|
||||
We recommend to start the VILLASweb-backend-go before the frontend.
|
||||
If you want to use test data (including some test users), you can start the backend with the parameter `-mode=test`.
|
||||
Please check the repository of the VILLASweb-backend-go to find information on the test user login names and passwords.
|
||||
The testing mode is NOT intended for production deployments.
|
||||
|
||||
## Copyright
|
||||
|
||||
2020, Institute for Automation of Complex Power Systems, EONERC
|
||||
|
|
Loading…
Add table
Reference in a new issue