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

Commit

Permalink
Create config.env (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Satyamisme <satyamisme@gmail.com>
  • Loading branch information
satyamisme authored Jan 9, 2025
1 parent 5615082 commit bba1001
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
CACHE_TIME=5
DOWN_PATH=/vidmergebot/downloads
BOT_TOKEN=<your_bot_token>
BOT_ID=<your_bot_id>
APP_ID=<your_app_id>
API_HASH=<your_api_hash>
WORKERS=16
STREAMTAPE_API_PASS=<your_streamtape_api_pass>
STREAMTAPE_API_USERNAME=<your_streamtape_api_username>
MESSAGE_DUMP=<your_message_dump>
PREFIX_HANDLER=<your_prefix_handler>
SUPPORT_GROUP=<your_support_group>
AUTH_CHANNEL=<your_auth_channel>
OWNER_ID=<your_owner_id>
CAPTION=<your_caption>
VERSION=<your_version>
STREAMTAPE_DEFAULT=<your_streamtape_default>
BOT_USERNAME=<your_bot_username>
DB_URI=<your_db_uri>
MAX_VIDEOS=10
JOIN_CHECK=<your_join_check>
MAX_NON_JOIN_USAGE=2
MAX_JOIN_USAGE=2
LIMIT_USER_USAGE=<your_limit_user_usage>

0 comments on commit bba1001

Please sign in to comment.