Blog/Contracts/Api/appsettings.json
2024-01-17 01:08:20 +03:00

9 lines
142 B
JSON

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