added settings to transforms

This commit is contained in:
Simon Martens
2023-09-17 15:30:07 +02:00
parent 6d050bb661
commit 32e414e5a6

View File

@@ -0,0 +1,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FeatureManagement": {
"AdminService": true,
"LocalPublishService": true,
"Syntax-Check": true,
"Notifications": true
},
"FileSizeLimit": 52428800,
"AvailableStartYear": 1700,
"AvailableEndYear": 1800,
"LettersOnPage": 80
}