-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
38 lines (27 loc) · 894 Bytes
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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}