Files
DXApp/DXApp.TemplateKitProject/appsettings.json
2026-05-21 14:35:02 +02:00

15 lines
262 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"EcmContext": ""
},
"PdfExtraction": {
"OutputDirectory": "C:\\PdfExtractions"
}
}