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