Files
moadiran/Back/appsettings.json

20 lines
517 B
JSON
Raw Normal View History

2024-03-29 17:44:38 +03:30
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-11-29 18:52:58 +03:30
"AllowedHosts": "*",
2025-10-03 23:30:01 +03:30
"TaxPayerApi": "https://tp.tax.gov.ir/req/api/",
"ConnectionStrings": {
"Base": "Data Source=156.255.1.229;Initial Catalog=TaxPayer020713;User ID=sa;Password=SAPassw0rd;TrustServerCertificate=True"
2025-10-03 23:30:01 +03:30
},
"Fixedvalues": {
"Jwt_Lifetime_Minutes": "144000"
},
"CreateReportFileName": "E:\\CreateReport\\CreateReport.exe",
"ReportLog": "E:\\Report\\log.txt"
2024-03-29 17:44:38 +03:30
}