ISEbd-21.Gordeev.I.V.SushiB.../SushiBar/SushiBarClientApp/appsettings.json

12 lines
184 B
JSON
Raw Permalink Normal View History

2024-04-25 13:16:23 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-05-01 10:50:16 +04:00
"IPAddress": "http://localhost:5262/"
}