SushiBarBase/SushiBar/SushiBarRestApi/appsettings.json
2024-05-05 14:02:15 +04:00

10 lines
142 B
JSON

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