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

10 lines
188 B
JSON
Raw Normal View History

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