Fix error in run/readme where it suggested local dev environment uses HTTPS

This commit is contained in:
Viktor Lofgren 2023-08-23 13:47:39 +00:00
parent aa0d256d6a
commit 972d03efdf

View File

@ -46,11 +46,10 @@ $ docker-compose up
| Address | Description | | Address | Description |
|-------------------------|------------------| |-------------------------|------------------|
| https://localhost:8080/ | User-facing GUI | | http://localhost:8080/ | User-facing GUI |
| https://localhost:8081/ | Operator's GUI | | http://localhost:8081/ | Operator's GUI |
Note that the operator's GUI does not perform any sort of authentication. Preferrably don't expose Note that the operator's GUI does not perform any sort of authentication. Preferrably don't expose it publicly, but if you absolutely must, use a proxy or Basic Auth to add security.
it publicly, but if you absolutely must, use a proxy or Basic Auth to add security.
### 6. Download Sample Data ### 6. Download Sample Data