diff --git a/hosts/hainich/services/mattermost.nix b/hosts/hainich/services/mattermost.nix index 51ccbec..266a2c7 100644 --- a/hosts/hainich/services/mattermost.nix +++ b/hosts/hainich/services/mattermost.nix @@ -54,6 +54,7 @@ EnableSVGs = true; EnableLaTeX = true; ThreadAutoFollow = true; + EnableSecurityFixAlert = false; }; TeamSettings = { EnableTeamCreation = true; @@ -66,8 +67,8 @@ LogSettings = { EnableConsole = true; ConsoleLevel = "ERROR"; - EnableDiagnostics = true; - EnableWebhookDebugging = true; + EnableDiagnostics = false; + EnableWebhookDebugging = false; }; NotificationLogSettings = { EnableConsole = true;