You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may set the host, port and mount path by supplying the `--host`, `--port` and `--mountPath` options to parse-dashboard. You can use anything you want as the app name, or leave it out in which case the app ID will be used.
65
65
66
-
NB: the `--dev` parameter is disabling production-ready security features, do not use this parameter when starting the dashboard in production. This parameter is useful if you are running on docker.
66
+
The `--dev` parameter disables production-ready security features. This parameter is useful when running Parse Dashboard on Docker. Using this parameter will:
67
+
68
+
- allow insecure http connections from anywhere, bypassing the option `allowInsecureHTTP`
69
+
- allow the Parse Server `masterKey` to be transmitted in cleartext without encryption
70
+
- allow dashboard access without user authentication
71
+
72
+
> ⚠️ Do not use this parameter when deploying Parse Dashboard in a production environment.
67
73
68
74
After starting the dashboard, you can visit http://localhost:4040 in your browser:
* enabling context menu for read-only cells ([#1844](https://github.com/ParsePlatform/parse-dashboard/issues/1844)) ([a38a885](https://github.com/ParsePlatform/parse-dashboard/commit/a38a885db23e3a76c1e24f880e061dc882e1d37f))
0 commit comments