-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (24 loc) · 929 Bytes
/
Copy pathenv.example
File metadata and controls
30 lines (24 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Database Configuration
# For Docker Compose, the default in compose points to sqlite at /data/tg_summarizer.db
# You can override it here if needed.
DATABASE_URL=sqlite:///./tg_summarizer.db
SQL_ECHO=false
SQLITE_DISABLE_CHECK_SAME_THREAD=false
# Telegram API Configuration
TELEGRAM_API_ID=your_api_id_here
TELEGRAM_API_HASH=your_api_hash_here
TELEGRAM_PHONE=+1234567890
BOT_TOKEN=telegram_bot_token
# Admin Monitoring Configuration
ADMIN_CHAT_ID=your_admin_chat_id_here
# Qdrant Configuration (Cloud)
# Set to your cloud endpoint, e.g., https://xxxxxxxx.qdrant.cloud
QDRANT_URL=
QDRANT_API_KEY=
# Gemini API Configuration
GEMINI_API_KEY=your_gemini_api_key_here
# OpenAI API Configuration (embeddings)
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Telethon session filename (a .session file will be created next to it)
# Leave default unless you know you need to change it
# TELEGRAM_SESSION_NAME=collector_session