From 1e6a57de4607a9ae32fbce738a4e0dda8363916e Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Tue, 4 Mar 2025 16:46:22 +0100 Subject: [PATCH] Settings review --- settings.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/settings.json b/settings.json index add91e8..a617155 100644 --- a/settings.json +++ b/settings.json @@ -1,20 +1,20 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "FeatureManagement": { - "AdminService": true, - "LocalPublishService": false, - "Syntax-Check": true, - "Notifications": true - }, - "FileSizeLimit": 52428800, - "AvailableStartYear": 1700, - "AvailableEndYear": 1800, - "LettersOnPage": 80, - "RepositoryBranch": "main", - "RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml", + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "FeatureManagement": { + "AdminService": true, + "LocalPublishService": false, + "Syntax-Check": false, + "Notifications": true + }, + "FileSizeLimit": 52428800, + "AvailableStartYear": 1700, + "AvailableEndYear": 1800, + "LettersOnPage": 80, + "RepositoryBranch": "main", + "RepositoryURL": "https://github.com/Theodor-Springmann-Stiftung/hamann-xml" }