Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9969 authored Oct 11, 2024
1 parent e701c3c commit f8e4353
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 @@ -50,7 +50,7 @@ def is_enabled(value, default):

# MongoDB information
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://BoB:[email protected]/?retryWrites=true&w=majority&appName=Cluster0")
DATABASE_NAME = environ.get('DATABASE_NAME', "luli")
DATABASE_NAME = environ.get('DATABASE_NAME', "mishraji")
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')

#refer time, or user count
Expand Down

0 comments on commit f8e4353

Please sign in to comment.