Skip to content

Commit

Permalink
change database to local instance
Browse files Browse the repository at this point in the history
  • Loading branch information
underdorff18 committed Nov 11, 2022
1 parent 4fa588e commit c87b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JS/dbtools.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { MongoClient, ServerApiVersion } = require('mongodb');

const uri = 'mongodb+srv://nickoverdorff:[email protected]/?retryWrites=true&w=majority';
const uri = 'mongodb://localhost:27017';
const client = new MongoClient(uri);

client.connect();
Expand Down

0 comments on commit c87b217

Please sign in to comment.