Merge pull request #943 from fschade/docs-web-asset-path-fix

fix(docs): WEB_ASSET_PATH was still mentioned in the web readme
This commit is contained in:
Florian Schade
2025-06-12 15:15:12 +02:00
committed by GitHub

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