Files
Hushian/Presentation/HushianWebApp/wwwroot/appsettings.json
mmrbnjd 58975ce589 ...
2025-10-18 17:48:45 +03:30

10 lines
193 B
JSON

{
"BaseAddress": "https://service.hushian.ir/api/",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}