Spaces:
Running
Running
Update info.py
Browse files
info.py
CHANGED
@@ -50,7 +50,7 @@ SUPPORT_CHAT_ID = int(support_chat_id) if support_chat_id and id_pattern.search(
|
|
50 |
NO_RESULTS_MSG = bool(environ.get("NO_RESULTS_MSG", False)) # True if you want no results messages in Log Channel
|
51 |
|
52 |
# MongoDB information
|
53 |
-
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://kanhagarg930123:kanha@
|
54 |
|
55 |
DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
|
56 |
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
|
|
|
50 |
NO_RESULTS_MSG = bool(environ.get("NO_RESULTS_MSG", False)) # True if you want no results messages in Log Channel
|
51 |
|
52 |
# MongoDB information
|
53 |
+
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://kanhagarg930123:kanha@kanha.jhlzb3k.mongodb.net/?retryWrites=true&w=majority&appName=kanha")
|
54 |
|
55 |
DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
|
56 |
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
|