From e42fd24004b38e2c761e052c2d77b8f789fe9e07 Mon Sep 17 00:00:00 2001 From: gdlcf88 Date: Mon, 18 Jan 2021 18:38:42 +0800 Subject: [PATCH] Rollback appsettings.json --- .../aspnet-core/src/EShopSample.DbMigrator/appsettings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator/appsettings.json b/samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator/appsettings.json index 177021b7..a7509d7e 100644 --- a/samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator/appsettings.json +++ b/samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator/appsettings.json @@ -1,7 +1,6 @@ { "ConnectionStrings": { - "Default": "Server=60.208.32.153;Database=fenghui01test;User Id=fenghui01test;Password=WYSytJdMORYnhTYmvf;Trusted_Connection=True;Integrated Security=false" - + "Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=EShopSample;Trusted_Connection=True;MultipleActiveResultSets=true" }, "IdentityServer": { "Clients": {