Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Clifftech123 authored Jan 21, 2025
1 parent e25e4c0 commit d0b8781
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"AllowedHosts": "*",
"MongoDB": {
"ConnectionURI": "mongodb+srv://opokuisaiahclifford123:[email protected]/?retryWrites=true&w=majority&appName=Cluster0",
"DatabaseName": "ProductDb",
"CollectionName": "ProductList"
"ConnectionURI": "MongoDB-uri",
"DatabaseName": "Your database name here",
"CollectionName": "Place Collection name here"
}
}

0 comments on commit d0b8781

Please sign in to comment.