Skip to content

Commit f2922e4

Browse files
Update index.js
Signed-off-by: robloxturkiye131 <titaniccommunityrblx@gmail.com>
1 parent 50ee680 commit f2922e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function authMiddleware(req, res, next) {
6464
}
6565

6666
// -------------------- MongoDB Setup --------------------
67-
const MONGO_URI = process.env.MONGO_URI || '';
67+
const MONGO_URI = process.env.MONGO_URI || 'mongodb+srv://catalog:catalog2@cluster0.wrnofgi.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0';
6868
const MONGO_DB = process.env.MONGO_DB || 'update_catalog';
6969
let db, metaCollection;
7070

0 commit comments

Comments
 (0)