1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +03:00
ffmpegbot/ffmpegbot-docker.yaml

13 lines
385 B
YAML

botToken: env(BOT_TOKEN)
botUsername: env(BOT_USERNAME)
# Telegram API app_id / app_hash
appId: env(APP_ID)
appHash: env(APP_HASH)
# Path to Telegram API file downloader script
downloaderScript: pytgfile.py
# Comma-separated list of superusers
# Superuser can execute /run command
superUsers: env(SUPERUSERS)
# Comma-separated list of allowed user ids
allowedUsers: env(ALLOWED_USERS)