0
0
RhSolutions-Api/RhSolutions.Api/appsettings.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2022-12-14 09:53:10 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"AllowedHosts": "*"
}