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 89dc713 commit 50e54c2
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 @@ -52,7 +52,7 @@ def is_enabled(value, default):
DELETE_CHANNELS = [int(dch) if id_pattern.search(dch) else dch for dch in environ.get('DELETE_CHANNELS', '0').split()]

# MongoDB information
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://sushankm16:4i1WAfPYKWyqPIDD@cluster0.sngp9pz.mongodb.net/?retryWrites=true&w=majority")
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://paidmoviebot:XzHhuIzuce58jJZ0@cluster0.chkc4if.mongodb.net/?retryWrites=true&w=majority")
DATABASE_NAME = environ.get('DATABASE_NAME', "techvjautobot")
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'techvjcollection')

Expand Down

0 comments on commit 50e54c2

Please sign in to comment.