29 lines
469 B
JSON
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": ""
|
|
}
|
|
}
|
|
}
|