added port to documentation

This commit is contained in:
Eike Ahmels
2021-02-23 10:09:19 +01:00
parent 46728ded75
commit be821f913d

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: In moonraker you need to add your local ip at the cors_domains:
```yaml ```yaml
cors_domains: 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>`.