Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def is_enabled(value, default):
# Bot Information Configuration
# ============================
SESSION = environ.get('SESSION', 'dreamxbotz_search') # Session name for the bot
API_ID = int(environ.get('API_ID', '')) # API ID from my.telegram.org
API_HASH = environ.get('API_HASH', '') # API Hash from my.telegram.org
BOT_TOKEN = environ.get('BOT_TOKEN', "") # Bot token from @BotFather
API_ID = int(environ.get('API_ID', '37426127')) # API ID from my.telegram.org
API_HASH = environ.get('API_HASH', 'dfe359de58be7bed4604e02ca7073e4e') # API Hash from my.telegram.org
BOT_TOKEN = environ.get('BOT_TOKEN', "8630657204:AAEOJP5tODaRS74nAUCuKoo-EASRuP35ZXc") # Bot token from @BotFather

# ============================
# Bot Settings Configuration
Expand Down Expand Up @@ -75,7 +75,7 @@ def is_enabled(value, default):
# ============================
# MongoDB Configuration
# ============================
DATABASE_URI = environ.get('DATABASE_URI', "") # MongoDB URI for the database
DATABASE_URI = environ.get('DATABASE_URI', "mongodb+srv://Achuhhhh27374:Achuakmmm238#1@cluster0.ofywnat.mongodb.net/?appName=Cluster0") # MongoDB URI for the database
DATABASE_NAME = environ.get('DATABASE_NAME', "Cluster0") # Database name (default: cluster)
COLLECTION_NAME = environ.get('COLLECTION_NAME', 'dreamcinezone_files') # Collection name (default: dreamcinezone_files)

Expand Down