Skip to content

Commit fd5b304

Browse files
committed
appsettings.json: use different DBs for EF in Rider and Visual Studio
1 parent 16eb1ab commit fd5b304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Greeting": "Hello from Rider",
33
"ConnectionStrings": {
4-
"OdeToFood": "Server=(localdb)\\MSSQLLocalDB;Database=OdeToFood;Trusted_Connection=True;MultipleActiveResultSets=true"
4+
"OdeToFood": "Server=(localdb)\\MSSQLLocalDB;Database=OdeToFoodRider;Trusted_Connection=True;MultipleActiveResultSets=true"
55
}
66

77
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Greeting": "Hello from Visual Studio",
33
"ConnectionStrings": {
4-
"OdeToFood": "Server=(localdb)\\MSSQLLocalDB;Database=OdeToFood;Trusted_Connection=True;MultipleActiveResultSets=true"
4+
"OdeToFood": "Server=(localdb)\\MSSQLLocalDB;Database=OdeToFoodVisualStudio;Trusted_Connection=True;MultipleActiveResultSets=true"
55
}
66
}

0 commit comments

Comments
 (0)