We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 773806b + b4de2db commit 756defaCopy full SHA for 756defa
electron/models/UserModel.ts
@@ -1,5 +1,5 @@
1
// Insert the MongoDB URI for your private User database in place of the example URI provided below.
2
-const MONGO_URI = 'mongodb+srv://haoyuliu0914:[email protected]/?retryWrites=true&w=majority';
+const MONGO_URI = 'mongodb://username:password@hostname:port/database';
3
4
const mongoose = require('mongoose');
5
0 commit comments