Files
Hushian/Presentation/HushianWebApp/wwwroot/appsettings.json

10 lines
188 B
JSON
Raw Normal View History

2025-09-03 20:05:35 +03:30
{
2025-09-04 15:34:30 +03:30
"BaseAddress": "http://localhost:5089/api/",
2025-09-03 20:05:35 +03:30
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}