Skip to content

Commit

Permalink
Fixing database settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Stollery committed Feb 20, 2024
1 parent 72a2e27 commit d91c8e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dotnet-compliance/eShopLite/Products/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Data Source=Database.db"
"ProductsContext": "Data Source=/home/app/Database.db"
}
}
2 changes: 1 addition & 1 deletion dotnet-feature-flags/Products/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Data Source=Database.db"
"ProductsContext": "Data Source=/home/app/Database.db"
}
}
2 changes: 1 addition & 1 deletion dotnet-kubernetes/Products/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Data Source=Database.db"
"ProductsContext": "Data Source=/home/app/Database.db"
}
}
2 changes: 1 addition & 1 deletion dotnet-observability/eShopLite/Products/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Data Source=Database.db"
"ProductsContext": "Data Source=/home/app/Database.db"
}
}
2 changes: 1 addition & 1 deletion dotnet-resiliency/Products/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ProductsContext": "Data Source=Database.db"
"ProductsContext": "Data Source=/home/app/Database.db"
}
}

0 comments on commit d91c8e4

Please sign in to comment.