> For the complete documentation index, see [llms.txt](https://levina.gitbook.io/videostreambot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://levina.gitbook.io/videostreambot/setup-config/config.md).

# Config

## Here's an Example example.env

* Edit these value with your own values.
* Don't use any `""` for values.
* Remove all description and extra lines from .env (if any).

### 🔗 Setup with Mandatory Vars

Setting up bot with minimum vars.

```
API_ID = 12345
API_HASH = abcdefg
BOT_TOKEN = 500688:abcdefghijklmnopqrstu
SESSION_NAME = PYROGRAM_SESSION_STRING
MONGODB_URL = MONGO_DATABASE_URL
BOT_USERNAME = YOUR_BOT_USERNAME
OWNER_ID = YOUR_TELEGRAM_ID
OWNER_NAME = YOUR_TELEGRAM_NAME
OWNER_USERNAME = YOUR_TELEGRAM_USERNAME
SUDO_USERS = 1757169682 859229457
```

### 🔗 Setup the Additional Vars

Setting up the Additional Vars for your bot.

```
GROUP_SUPPORT = YOUR_GROUP_USERNAME
UPDATES_CHANNEL = YOUR_CHANNEL_USERNAME
UPSTREAM_REPO = YOUR_FORKED_REPO_URL
COMMAND_PREFIXES = / . ! $
ALIVE_IMG = COSTUME_IMAGE_URL
```
