PDFConverter-ENG / deploy /appsettings.json
innoai's picture
Deploy PDF Converter - compiled .NET 8 app
d1cdbe9 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": ""
}
}