Files
moadiran/Back/appsettings.Development.json

18 lines
443 B
JSON
Raw Normal View History

2024-03-29 17:44:38 +03:30
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
2024-03-30 15:10:36 +03:30
},
"ConnectionStrings": {
"Base": "Data Source=195.88.208.142;Initial Catalog=TaxPayer020713;User ID=sa;Password=M439610m@;TrustServerCertificate=True"
},
"Fixedvalues": {
2024-04-29 07:58:41 +03:30
"Jwt_Lifetime_Minutes": "144000"
2024-07-04 17:18:59 +03:30
},
2024-07-06 16:18:23 +03:30
"CreateReportFileName": "E:\\CreateReport\\CreateReport.exe",
"ReportLog": "E:\\Report\\log.txt"
2024-03-29 17:44:38 +03:30
}