Files
moadiran/TaxPayerFull/wwwroot/appsettings.json

10 lines
194 B
JSON
Raw Normal View History

2025-10-03 23:30:01 +03:30
{
2025-10-18 18:04:58 +03:30
"BaseAddress": "https://service.moadiran.ir/api/",
2025-10-03 23:30:01 +03:30
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}