From 95ed35fc2a428abb693c7f5877a384ac909494b9 Mon Sep 17 00:00:00 2001
From: Pascal Bleser
Date: Mon, 23 Mar 2026 10:04:53 +0100
Subject: [PATCH] groupware: add web frontend settings to the vscode launcher
---
.vscode/launch.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 46046486d1..79536d1768 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -146,6 +146,10 @@
"AUTHAPI_HTTP_ADDR": "0.0.0.0:10000",
"AUTHAPI_AUTH_REQUIRE_SHARED_SECRET": "true",
"AUTHAPI_AUTH_SHARED_SECRETS": "stalwart=maethaR9eiXaiph8ahn8ohH6dahPiequ;unused=eeyaigh6hae1zo5ahGeete6oohaiquei",
+
+ "WEB_ASSET_CORE_PATH": "${workspaceFolder}/../web/dist",
+ "WEB_UI_CONFIG_FILE": "${workspaceFolder}/../web/dev/docker/opencloud.web.config.json",
+ "FRONTEND_GROUPWARE_ENABLED": "true"
}
},
{