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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"Api": {
|
||||
"BaseUrl": "",
|
||||
"ForceToUseFakeDocument": true
|
||||
"UsePredefinedReports": false
|
||||
},
|
||||
"PdfViewer": {
|
||||
"ThumbnailBaseScale": 0.75,
|
||||
|
||||
Reference in New Issue
Block a user