Files
Hushian/Presentation/HushianWebApp/wwwroot/appsettings.json
2025-09-04 15:34:30 +03:30

10 lines
188 B
JSON

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