PIbd_23_Valova_A._D._SushiBar/SushiBar/SushiBarClientApp/appsettings.json

10 lines
182 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-04-09 17:15:42 +04:00
"IPAddress": "http://localhost:5037/"
}