Files
moadiran/Back/appsettings.Development.json

16 lines
341 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-03-29 17:44:38 +03:30
}
}