0
0
RhSolutions-Api/RhSolutions.Api/appsettings.json
Sergey Chebotar da94ed6d89 Init commit
2022-12-14 09:53:10 +03:00

11 lines
201 B
JSON

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