[config] Turn off notification by default; Fix bug 70807

This commit is contained in:
Sergey Konovalov
2024-10-10 13:36:42 +03:00
parent a566d5982a
commit 2652dd20c5

View File

@ -37,7 +37,7 @@
"notification": {
"rules": {
"licenseExpirationWarning": {
"enable": true,
"enable": false,
"transportType": [
"email"
],
@ -63,7 +63,7 @@
}
},
"licenseLimitEdit": {
"enable": true,
"enable": false,
"transportType": [
"email"
],
@ -76,7 +76,7 @@
}
},
"licenseLimitLiveViewer": {
"enable": true,
"enable": false,
"transportType": [
"email"
],