Skip to content

Commit b57151d

Browse files
committed
change connection string name
1 parent 9b96d5e commit b57151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"AllowedHosts": "*",
88
"ConnectionStrings": {
9-
"MyDatabaseContext": "Server=(localdb)\\mssqllocaldb;Database=MyDatabaseContext-2085246d-aff5-4310-a0b8-93780358cdae;Trusted_Connection=True;MultipleActiveResultSets=true"
9+
"MyDbConnection": "Server=(localdb)\\mssqllocaldb;Database=MyDatabaseContext-2085246d-aff5-4310-a0b8-93780358cdae;Trusted_Connection=True;MultipleActiveResultSets=true"
1010
}
1111
}

0 commit comments

Comments
 (0)