Files
pdf-service/PdfService/appsettings.json
2025-05-01 17:08:11 +03:30

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}