Skip to content

Commit

Permalink
Update database.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafiz04 authored Oct 6, 2024
1 parent d4b4234 commit 6ab68f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const REQUIRED_CONFIG = [

const CONFIG = {};

const CONNECTION_URI = `mongodb+srv://${MONGO_USERNAME}:${MONGO_PASSWORD}@cluster0.8ysl0ky.mongodb.net/${MONGO_DBNAME}`;
const CONNECTION_URI = `mongodb+srv://${MONGO_USERNAME}:${MONGO_PASSWORD}@globehoppin.6ydzn.mongodb.net/${MONGO_DBNAME}`;
//@cluster0.8ysl0ky.mongodb.net
const mongoConnect = async () => {
console.log("[Connection] Connecting to DB...");
Expand Down

0 comments on commit 6ab68f1

Please sign in to comment.