Skip to content

Commit 4152749

Browse files
committed
MONGO URI set, dependcies all in and updated to wanted lvl
1 parent 11f13e6 commit 4152749

2 files changed

Lines changed: 535 additions & 2128 deletions

File tree

electron/models/UserModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Insert the MongoDB URI for your private User database in place of the example URI provided below.
2-
const MONGO_URI = '';
2+
const MONGO_URI = 'mongodb+srv://chronoschild15:Codesmith999@cluster0.abrbjlj.mongodb.net/';
33

44
const mongoose = require('mongoose');
55

0 commit comments

Comments
 (0)