groupware: add web frontend settings to the vscode launcher

This commit is contained in:
Pascal Bleser
2026-03-23 10:04:53 +01:00
parent b12345068c
commit 95ed35fc2a

4
.vscode/launch.json vendored
View File

@@ -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"
}
},
{