mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-12 21:58:58 -04:00
removed env vars for granular notifications from docker and vscode config
This commit is contained in:
1 parent
df16f6d07f
commit
8997fbc326
2 files changed
+1
-3
No files matched your search
Vendored
+1
-2
@@ -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
|
||||
|
||||
Reference in new issue
Block a user