From 2652dd20c54664d8d0408bf66a9150b1771a2045 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Thu, 10 Oct 2024 13:36:42 +0300 Subject: [PATCH] [config] Turn off notification by default; Fix bug 70807 --- Common/config/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/config/default.json b/Common/config/default.json index 3237f89d..25e15428 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -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" ],