Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Emperordagoat authored Jun 10, 2024
1 parent 6349e25 commit 3e2cfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global.email ="astromedia0010@gmail.com"
global.location="Astro,World"


global.mongodb= process.env.MONGODB_URI || ""
global.mongodb= process.env.MONGODB_URI || "mongodb+srv://deepilhtre:SnevWOzpT58v3bJO@cluster0.xfekuvl.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0"
global.allowJids= process.env.ALLOW_JID || "null"
global.blockJids= process.env.BLOCK_JID || "null"
global.DATABASE_URL = process.env.DATABASE_URL || ""
Expand Down

0 comments on commit 3e2cfae

Please sign in to comment.