Browse Source

Rollback appsettings.json

pull/116/head
gdlcf88 5 years ago
parent
commit
e42fd24004
  1. 3
      samples/EShopSample/aspnet-core/src/EShopSample.DbMigrator/appsettings.json

3
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": {

Loading…
Cancel
Save