fix(docs): WEB_ASSET_PATH was still mentioned in the web readme

This commit is contained in:
Florian Schade
2025-05-27 12:12:11 +02:00
parent c1e8b51ad8
commit 448f5f2783

View File

@@ -8,7 +8,7 @@ The web service also provides a minimal API for branding functionality like chan
## Custom Compiled Web Assets
If you want to use your custom compiled web client assets instead of the embedded ones,
then you can do that by setting the `WEB_ASSET_PATH` variable to point to your compiled files.
then you can do that by setting the `WEB_ASSET_CORE_PATH` variable to point to your compiled files.
See [OpenCloud Web / Getting Started](https://docs.opencloud.eu/clients/web/getting-started/) and [OpenCloud Web / Setup with OpenCloud](https://docs.opencloud.eu/clients/web/backend-opencloud/) for more details.
## Web UI Configuration