Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Jun 4, 2024
1 parent 52ce722 commit 568a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def is_enabled(value, default):

# MongoDB information
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://sushankm16:[email protected]/?retryWrites=true&w=majority")
DATABASE_NAME = environ.get('DATABASE_NAME', "techvjfilterbot")
DATABASE_NAME = environ.get('DATABASE_NAME', "techvjautobot")
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'techvjcollection')

# Premium And Referal Settings
Expand Down

0 comments on commit 568a48d

Please sign in to comment.