Skip to content

Commit

Permalink
change connection string name
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalin committed Aug 5, 2019
1 parent 9b96d5e commit b57151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MyDatabaseContext": "Server=(localdb)\\mssqllocaldb;Database=MyDatabaseContext-2085246d-aff5-4310-a0b8-93780358cdae;Trusted_Connection=True;MultipleActiveResultSets=true"
"MyDbConnection": "Server=(localdb)\\mssqllocaldb;Database=MyDatabaseContext-2085246d-aff5-4310-a0b8-93780358cdae;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}

0 comments on commit b57151d

Please sign in to comment.