Files
Click/.env.example
2026-05-14 16:15:58 +07:00

21 lines
373 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FastAPI
APP_NAME="PythonBot Backend"
APP_VERSION="1.0.0"
HOST=0.0.0.0
PORT=8000
DEBUG=false
# Telegram Bot (получите у @BotFather)
BOT_TOKEN=8628226925:AAELN1fS4AStuwzpGCNVeZuUE6kLdaIeuTc
# Task Queue
MAX_WORKERS=3
TASK_TIMEOUT=300
# Captcha Solver
TWO_CAPTCHA_API_KEY=
TEN_CAPTCHA_API_KEY=
CAPTCHA_SOLVER=click
CAPTCHA_MAX_ATTEMPTS=3
CAPTCHA_ATTEMPT_DELAY=5