Skip to content

Commit

Permalink
Update info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv9969 authored Sep 7, 2024
1 parent 75c2fa1 commit c2b849c
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://Shiv:[email protected]/?retryWrites=true&w=majority&appName=Cluster0")
DATABASE_NAME = environ.get('DATABASE_NAME', "Itachi")
DATABASE_NAME = environ.get('DATABASE_NAME', "Shiv")
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')

#refer time, or user count
Expand Down

0 comments on commit c2b849c

Please sign in to comment.