SushiBarBase/SushiBar/SushiBarClientApi/appsettings.json

12 lines
185 B
JSON
Raw Normal View History

2024-05-05 13:46:10 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
2024-05-22 09:32:20 +04:00
2024-05-22 10:46:39 +04:00
"IPAddress": "http://localhost:5050"
2024-05-05 13:46:10 +04:00
}