diff --git a/.gitignore b/.gitignore index 9491a2fd..d355ad21 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/ServiceHost/appsettings.Development.json +/ServiceHost/appsettings.json diff --git a/ServiceHost/appsettings.Development.json b/ServiceHost/appsettings.Development.json deleted file mode 100644 index 82c8ebf5..00000000 --- a/ServiceHost/appsettings.Development.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "DetailedErrors": true, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - //تست - //"MesbahDb": "Data Source=DESKTOP-NUE119G\\MSNEW;Initial Catalog=Mesbah_db;Integrated Security=True" - - //server - //"MesbahDb": "Data Source=171.22.24.15;Initial Catalog=mesbah_db;Persist Security Info=False;User ID=ir_db;Password=R2rNp[170]is[3019]#@ATt;TrustServerCertificate=true;" - - //local - "MesbahDb": "Data Source=.;Initial Catalog=mesbah_db;Integrated Security=True;TrustServerCertificate=true;" - - - //dad-mehr - // "MesbahDb": "Data Source=.;Initial Catalog=teamWork;Integrated Security=True;TrustServerCertificate=true;" - }, - "GoogleRecaptchaV3": { - "SiteKey": "6Lfhp_AnAAAAAB79WkrMoHd1k8ir4m8VvfjE7FTH", - "SecretKey": "6Lfhp_AnAAAAANjDDY6DPrbbUQS7k6ZCRmrVP5Lb" - }, - "SmsSecrets": { - "ApiKey": "Og5M562igmzJRhQPnq0GdtieYdLgtfikjzxOmeQBPxJjZtyge5Klc046Lfw1mxSa", - "SecretKey": "dadmehr" - } - -} - diff --git a/ServiceHost/appsettings.json b/ServiceHost/appsettings.json deleted file mode 100644 index e40b5811..00000000 --- a/ServiceHost/appsettings.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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$@;" - - //gozareshgir - //"MesbahDb": "Data Source=.;Initial Catalog=mesbah_db;Integrated Security=True;TrustServerCertificate=true;", - - //dad-mehr - "MesbahDb": "Data Source=.;Initial Catalog=teamWork;Integrated Security=True;TrustServerCertificate=true;" - }, - "BackupOptions": { - "DbName": "mesbah_db", - "DbBackupZipPath": "c://EveryHourBackupList//", - "FastDbBackupZipPath": "c://FastBackupZipList//", - "InsuranceListZipPath": "c://InsuranceListZipPath//" - }, - "faceModels": { - "Faces": "c://labels//20//" - }, - "AllowedHosts": "*" -}