24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
//"MesbahDb": "Data Source=.\\MSSQLSERVER2019;Initial Catalog=mesbah_db;Persist Security Info=False;User ID=mesbah_db;Password=sa142857$@;"
|
|
"MesbahDb": "Data Source=.;Initial Catalog=mesbah_db;Integrated Security=True;TrustServerCertificate=true;"
|
|
},
|
|
"BackupOptions": {
|
|
"DbName": "mesbah_db",
|
|
"DbBackupZipPath": "c://EveryHourBackupList//",
|
|
"FastDbBackupZipPath": "c://FastBackupZipList//",
|
|
"InsuranceListZipPath": "c://InsuranceListZipPath//"
|
|
},
|
|
"faceModels": {
|
|
"Faces": "c://labels//20//"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|