HtmlToPdf/mvp/HtmlToPdfService.Api/appsettings.Development.json
2025-12-11 23:35:52 +08:00

29 lines
469 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"HtmlToPdfService": "Debug"
}
},
"PdfService": {
"BrowserPool": {
"MaxInstances": 5,
"MinInstances": 1,
"MaxConcurrent": 3
},
"Storage": {
"SaveLocalCopy": true,
"LocalPath": "./pdfs",
"RetentionHours": 2
},
"Callback": {
"Enabled": true,
"DefaultUrl": ""
}
}
}