Spaces:
Running
Running
Update info.py
Browse files
info.py
CHANGED
|
@@ -50,7 +50,8 @@ 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:[email protected]/?retryWrites=true&w=majority&
|
|
|
|
| 54 |
DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
|
| 55 |
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
|
| 56 |
|
|
|
|
| 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:[email protected]/?retryWrites=true&w=majority&tls=true&tlsAllowInvalidCertificates=true
|
| 54 |
+
")
|
| 55 |
DATABASE_NAME = environ.get('DATABASE_NAME', "kanha")
|
| 56 |
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'Telegram_files')
|
| 57 |
|