Files
bot-telegram/.env.template
2025-09-22 11:54:42 +05:00

22 lines
545 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.
# Пример файла с переменными окружения
# Скопируйте этот файл в .env и заполните реальными значениями
# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=7405573904:AAFomznu-EKs2xAwpaZGEscIECwqMA7MNvo
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=botdb
DB_USER=botuser
DB_PASSWORD=your_secure_password_here
# Application Configuration
APP_ENV=development
LOG_LEVEL=INFO
DEBUG=True
# API Configuration
API_HOST=0.0.0.0
API_PORT=8000
API_RELOAD=True