Files
Hushian/Presentation/HushianWebApp/wwwroot/appsettings.json
2025-09-03 20:05:35 +03:30

10 lines
188 B
JSON

{
"BaseAddress": "http://localhost:8080/api/",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}