Files
hamann-ausgabe-core/HaWeb/appsettings.json
2023-07-04 08:36:25 +02:00

25 lines
643 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"FeatureManagement": {
"AdminService": true,
"UploadService": true,
"LocalPublishService": true,
"RemotePublishService": false,
"RemotePublishSourceService": false
},
"AllowedHosts": "*",
"StoredFilePathLinux": "/home/simon/Downloads/test/",
"StoredFilePathWindows": "C:/Users/simon/Downloads/test/",
"StoredPDFPathWindows": "",
"StoredPDFPathLinux": "",
"FileSizeLimit": 52428800,
"AvailableStartYear": 1700,
"AvailableEndYear": 1800,
"LettersOnPage": 80
}