Files
Moon-UB-overver/.env.dist
2024-01-05 00:02:33 +00:00

28 lines
676 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}
# 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}
# VCA api key only for vdxl[sdxl] plugin
VCA_API_KEY={@vca_api_key}