mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-13 06:09:21 -04:00
groupware: enable GROUPWARE_ENABLE_MOCK_DATA for testing from within VSCode
This commit is contained in:
1 parent
74e48caa5c
commit
627ce62edb
1 file changed
+3
-1
Vendored
+3
-1
@@ -151,7 +151,9 @@
|
||||
|
||||
"WEB_ASSET_CORE_PATH": "${workspaceFolder}/../web/dist",
|
||||
"WEB_UI_CONFIG_FILE": "${workspaceFolder}/../web/dev/docker/opencloud.web.config.json",
|
||||
"FRONTEND_GROUPWARE_ENABLED": "true"
|
||||
"FRONTEND_GROUPWARE_ENABLED": "true",
|
||||
|
||||
"GROUPWARE_ENABLE_MOCK_DATA": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user