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

10 lines
193 B
JSON
Raw Normal View History

2025-09-03 20:05:35 +03:30
{
2025-10-18 17:48:45 +03:30
"BaseAddress": "https://service.hushian.ir/api/",
2025-09-03 20:05:35 +03:30
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}