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

10 lines
191 B
JSON
Raw Normal View History

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