Kanhshsh commited on
Commit
c1ae62d
·
verified ·
1 Parent(s): 6238458

Update info.py

Browse files
Files changed (1) hide show
  1. info.py +1 -1
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@cluster0.0hneioi.mongodb.net/?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')
 
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')