From 448f5f278325d2a9fa040300d02cd7f5b2fdf3d4 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Tue, 27 May 2025 12:12:11 +0200 Subject: [PATCH] fix(docs): WEB_ASSET_PATH was still mentioned in the web readme --- services/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/README.md b/services/web/README.md index 6e3773a48..d2f2d39ce 100644 --- a/services/web/README.md +++ b/services/web/README.md @@ -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