diff --git a/ServiceHost/appsettings.Development.json b/ServiceHost/appsettings.Development.json index 4ebfc856..b426d7d0 100644 --- a/ServiceHost/appsettings.Development.json +++ b/ServiceHost/appsettings.Development.json @@ -13,11 +13,14 @@ //server //"MesbahDb": "Data Source=171.22.24.15;Initial Catalog=mesbah_db;Persist Security Info=False;User ID=ir_db;Password=R2rNp[170]18[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;", + "TestDb": "Data Source=.;Initial Catalog=TestDb;Integrated Security=True;TrustServerCertificate=true;" //mahan Docker diff --git a/ServiceHost/appsettings.json b/ServiceHost/appsettings.json index 4d95f588..4f9769ec 100644 --- a/ServiceHost/appsettings.json +++ b/ServiceHost/appsettings.json @@ -26,7 +26,7 @@ "Faces": "c://labels//20//" }, "AllowedHosts": "*", - //"Domain": ".dad-mehr.ir", + //"Domain": ".dad-mehr.ir" "Domain": ".gozareshgir.ir" }