Skip to content

Commit

Permalink
db connection string change
Browse files Browse the repository at this point in the history
  • Loading branch information
sethpulsipher committed Nov 13, 2024
1 parent bc09e05 commit cb4d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookStoreApp.API/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost\\sqlexpress01;Database=BookStoreDb;Trusted_Connection=True;MultipleActiveResultSets=True;Encrypt=False"
"DefaultConnection": "Server=.;Database=BookStoreDb;Trusted_Connection=True;MultipleActiveResultSets=True;Encrypt=False"
},
"Serilog": {
"MinimumLevel": {
Expand Down

0 comments on commit cb4d55e

Please sign in to comment.