added port to documentation

This commit is contained in:
Eike Ahmels 2021-02-23 10:09:19 +01:00
parent 46728ded75
commit be821f913d
No known key found for this signature in database
GPG Key ID: C7C95B84BC4F55BD

View File

@ -20,6 +20,6 @@ VUE_APP_HOSTNAME=192.168.0.15 #for your printer with moonraker running on 192.16
In moonraker you need to add your local ip at the cors_domains:
```yaml
cors_domains:
http://<your local ip>
http://<your local ip>:<local port>
```
access the local running dev environment with `http://<your local ip>`.
access the local running dev environment with `http://<your local ip>:<local port>`.