removed env vars for granular notifications from docker and vscode config

This commit is contained in:
Alex Ababii committed 2026-09-01 15:40:31 +02:00
1 parent df16f6d07f
commit 8997fbc326
2 files changed
+1 -3

No files matched your search

+1 -2
View File
@@ -73,8 +73,7 @@
// service accounts
"OC_SERVICE_ACCOUNT_ID": "service-account-id",
"OC_SERVICE_ACCOUNT_SECRET": "service-account-secret",
"FRONTEND_CONFIGURABLE_NOTIFICATIONS": "true"
"OC_SERVICE_ACCOUNT_SECRET": "service-account-secret"
}
},
{
@@ -58,7 +58,6 @@ services:
COMPANION_DOMAIN: ${COMPANION_DOMAIN:-companion.opencloud.test}
# enable to allow using the banned passwords list
OC_PASSWORD_POLICY_BANNED_PASSWORDS_LIST: banned-password-list.txt
FRONTEND_CONFIGURABLE_NOTIFICATIONS: "true"
volumes:
- ./config/opencloud/app-registry.yaml:/etc/opencloud/app-registry.yaml
- ./config/opencloud/csp.yaml:/etc/opencloud/csp.yaml