Spaces:
Paused
Paused
File size: 823 Bytes
5edf1f8 | 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 | # Required Variables (DO NOT SKIP THESE)
API_ID=
API_HASH=
BOT_TOKEN=
LOG_CHANNEL=
# Optional Variables
PORT=8080
# The length of the hash in your URLs
# https://domain.tld/1254?hash=asd45a
# ^^^^^^
# /
# This is the hash
HASH_LENGTH=6
# you can use IP address
# HOST=http://<ip address>:<PORT>
# Or you can also use a domain name
# HOST=https://example.com
# For muti token support
# Refer https://github.com/EverythingSuckz/TG-FileStreamBot/tree/golang#use-multiple-bots-to-speed-up
# MULTI_TOKEN1=1857821156:AAEvrINCsduhjkjhahadvHRdk7oF46KZnc
# MULTI_TOKEN2=1355359001:AAF4dgddVVxDCt51FZqy1unh9h0SOTw0gU
# MULTI_TOKEN3=6941936497:AAGJzfoMHXshS8gVcsefUzpwyrbfU7gKRMM
# MULTI_TOKEN4=6546079247:AAF2k3uvO9Hqadfhjaskjds8jnzOAfQYUzTZ |