Files
moadiran/Back/appsettings.Development.json
mmrbnjd a9e3afdea4 ....
2024-03-30 15:10:36 +03:30

16 lines
337 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Base": "Data Source=195.88.208.142;Initial Catalog=TaxPayer020713;User ID=sa;Password=M439610m@;TrustServerCertificate=True"
},
"Fixedvalues": {
"Jwt_Lifetime_Minutes": "60"
}
}