PDFConverter-ENG / appsettings.json
innoai's picture
Deploy PDF Converter - compiled .NET 8 app
80a3675 verified
raw
history blame contribute delete
325 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Paths": {
"Python": "python3",
"LibreOffice": "libreoffice",
"Ghostscript": "gs",
"PythonTools": "",
"UploadDir": "",
"OutputDir": ""
}
}