SharpRSS/SharpRSS.API/appsettings.json
2024-06-16 13:43:30 +02:00

10 lines
142 B
JSON
Executable File

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