Update appsettings.json configuration options

Removed the `ForceToUseFakeDocument` property from the `Api` section, as it is no longer needed. Added a new property, `UsePredefinedReports`, to the `Api` section with a default value of `false` to enable or disable the use of predefined reports.
This commit is contained in:
2026-06-11 13:11:51 +02:00
parent e093471a24
commit 0ba5578d94

View File

@@ -1,7 +1,7 @@
{ {
"Api": { "Api": {
"BaseUrl": "", "BaseUrl": "",
"ForceToUseFakeDocument": true "UsePredefinedReports": false
}, },
"PdfViewer": { "PdfViewer": {
"ThumbnailBaseScale": 0.75, "ThumbnailBaseScale": 0.75,