Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit bba1001

Browse files
authored
Create config.env (#193)
Signed-off-by: Satyamisme <[email protected]>
1 parent 5615082 commit bba1001

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config.env

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
CACHE_TIME=5
2+
DOWN_PATH=/vidmergebot/downloads
3+
BOT_TOKEN=<your_bot_token>
4+
BOT_ID=<your_bot_id>
5+
APP_ID=<your_app_id>
6+
API_HASH=<your_api_hash>
7+
WORKERS=16
8+
STREAMTAPE_API_PASS=<your_streamtape_api_pass>
9+
STREAMTAPE_API_USERNAME=<your_streamtape_api_username>
10+
MESSAGE_DUMP=<your_message_dump>
11+
PREFIX_HANDLER=<your_prefix_handler>
12+
SUPPORT_GROUP=<your_support_group>
13+
AUTH_CHANNEL=<your_auth_channel>
14+
OWNER_ID=<your_owner_id>
15+
CAPTION=<your_caption>
16+
VERSION=<your_version>
17+
STREAMTAPE_DEFAULT=<your_streamtape_default>
18+
BOT_USERNAME=<your_bot_username>
19+
DB_URI=<your_db_uri>
20+
MAX_VIDEOS=10
21+
JOIN_CHECK=<your_join_check>
22+
MAX_NON_JOIN_USAGE=2
23+
MAX_JOIN_USAGE=2
24+
LIMIT_USER_USAGE=<your_limit_user_usage>

0 commit comments

Comments
 (0)