Files
ayako/.env.example
2026-05-01 15:13:02 +03:00

14 lines
412 B
Plaintext
Raw 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.
# Telegram Bot Token (обязательно)
# Получите у @BotFather в Telegram
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# VNDB API Token (опционально)
# Получите на https://vndb.org/u/tokens
VNDB_TOKEN=your_vndb_api_token_here
# Опции логирования
LOG_LEVEL=INFO
# Использовать sandbox API (для тестирования)
USE_SANDBOX=false