use path to run ffmpeg auto convent webm to gif if have ffmpeg path fix callback query just return
9 lines
337 B
Bash
9 lines
337 B
Bash
BOT_TOKEN="114514:ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
|
WEBHOOK_URL="https://api.example.com/telegram-webhook"
|
|
DEBUG="true"
|
|
LOG_LEVEL="info"
|
|
LOG_FILE_LEVEL="warn"
|
|
CONFIG_PATH_TO_FILE="./path/to/your_config_file.yaml"
|
|
CONFIG_DIRECTORY="." # if use this, must have a config file name `config.yaml` in directory
|
|
FFMPEG_PATH="./ffmpeg/bin/ffmpeg.exe"
|