mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[config] Turn off notification by default; Fix bug 70807
This commit is contained in:
@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user