Files
Moon-UB-overver/.env.dist
Abhi 4b4e33686a remove unused music handler from install (#104)
* remove unused music handler from install
2024-11-30 02:03:03 +05:30

39 lines
894 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
API_ID=2040
API_HASH=b18441a1ff607e10a989891a5462e627
# sqlite/sqlite3 or mongo/mongodb
DATABASE_TYPE={db_type}
# file name for sqlite3, database name for mongodb
DATABASE_NAME={db_name}
# only for mongodb
DATABASE_URL={db_url}
# STRING SESSION if not set it will be generated at startup
STRINGSESSION={@string_session}
# Second session for music bot
# Set if you want to use music bot
SECOND_SESSION={@second_session}
# PM LIMIT for AntiPM plugin
PM_LIMIT={@pm_limit}
# apiflash api key only for webshot plugin
APIFLASH_KEY={@api_flash_key}
# rmbg api key only for removebg plugin
RMBG_KEY={@rmbg_key}
# VT api key only for VirusTotal plugin
VT_KEY={@vt_key}
# gemini api key only for gemini plugin
GEMINI_KEY={@gemini_key}
# cohere api key only for cohere plugin
COHERE_KEY={@cohere_key}
# VCA api key only for vdxl[sdxl] plugin
VCA_API_KEY={@vca_api_key}