Spaces:
Runtime error
Runtime error
Rename .env.dist to .env
Browse files- .env.dist → .env +7 -7
.env.dist → .env
RENAMED
|
@@ -1,23 +1,23 @@
|
|
| 1 |
-
API_ID=
|
| 2 |
-
API_HASH=
|
| 3 |
|
| 4 |
# sqlite/sqlite3 or mongo/mongodb
|
| 5 |
-
DATABASE_TYPE=
|
| 6 |
# file name for sqlite3, database name for mongodb
|
| 7 |
-
DATABASE_NAME=
|
| 8 |
|
| 9 |
# only for mongodb
|
| 10 |
-
DATABASE_URL=
|
| 11 |
|
| 12 |
# STRING SESSION if not set it will be generated at startup
|
| 13 |
-
STRINGSESSION=
|
| 14 |
|
| 15 |
# Second session for music bot
|
| 16 |
# Set if you want to use music bot
|
| 17 |
SECOND_SESSION={@second_session}
|
| 18 |
|
| 19 |
# PM LIMIT for AntiPM plugin
|
| 20 |
-
PM_LIMIT=
|
| 21 |
|
| 22 |
# apiflash api key only for webshot plugin
|
| 23 |
APIFLASH_KEY={@api_flash_key}
|
|
|
|
| 1 |
+
API_ID=25424640
|
| 2 |
+
API_HASH=28dc403414d810d83e0d9ba81403a026
|
| 3 |
|
| 4 |
# sqlite/sqlite3 or mongo/mongodb
|
| 5 |
+
DATABASE_TYPE=mongodb
|
| 6 |
# file name for sqlite3, database name for mongodb
|
| 7 |
+
DATABASE_NAME=vishalub
|
| 8 |
|
| 9 |
# only for mongodb
|
| 10 |
+
DATABASE_URL=mongodb+srv://vishalsingh78909:zbbZBUyuwFhO1j8y@vishalub.zytem9j.mongodb.net/
|
| 11 |
|
| 12 |
# STRING SESSION if not set it will be generated at startup
|
| 13 |
+
STRINGSESSION=BQGD8wAANjv9E_i7FrJRI-DKrIf1ZRdQkiNJewkoEnkqYUaenN3tfCGfc_vt9XtWFK5a2MbhYZbMci6pnWv2CoYOYt7PvnYHdZm5AKn2zKC7QqrininEpGF8r_mJcsEkbOtnzoI6GDteEJC50RCopnM1FyRaBnZRjHbZty3R7EVoI88FBuLP9F3wypOjUmIQU19SPDYl0Bz8ZgjxIOVd1iCWYTJ27YhnQebj1IG0llItfjRZQmPntB5jEIXxMFapFdM-G6MUr0px4uwsm7iYC_0dUO4-Arwj4pucrxYPC8GNP3Jc8kxl_MP7djzwc_VpVYX2p7S1_DbSxil2zmbXeK8QoRXl-QAAAAFH21BHAA
|
| 14 |
|
| 15 |
# Second session for music bot
|
| 16 |
# Set if you want to use music bot
|
| 17 |
SECOND_SESSION={@second_session}
|
| 18 |
|
| 19 |
# PM LIMIT for AntiPM plugin
|
| 20 |
+
PM_LIMIT=5
|
| 21 |
|
| 22 |
# apiflash api key only for webshot plugin
|
| 23 |
APIFLASH_KEY={@api_flash_key}
|