We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af5c57 commit b4de2dbCopy full SHA for b4de2db
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