refactor(ui): use JSON format as runtime configuration
[e-mobility-charging-stations-simulator.git] / ui / web / src / assets / config-template.json
1 {
2 "uiServer": {
3 "host": "localhost",
4 "port": 8080,
5 "protocol": "ui",
6 "version": "0.0.1",
7 "authentication": {
8 "enabled": false,
9 "type": "basic-auth",
10 "username": "admin",
11 "password": "admin"
12 }
13 }
14 }