-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (28 loc) · 1.3 KB
/
.env.example
File metadata and controls
38 lines (28 loc) · 1.3 KB
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
31
32
33
34
35
36
37
38
# ============================================
# Mudrex API Bot - Environment Configuration
# ============================================
# Copy to .env and fill in your values
# ============================================
# REQUIRED
# ============================================
# Telegram Bot Token (from @BotFather)
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Google Gemini API Key
GEMINI_API_KEY=your_gemini_api_key_here
# ============================================
# TELEGRAM GROUP (for intro / Railway)
# ============================================
# Your Telegram group chat ID (e.g. -1001234567890). Add the bot to the group, then set this.
# Used by: send_group_intro.py and optional broadcast features.
TELEGRAM_GROUP_CHAT_ID=
# ============================================
# OPTIONAL
# ============================================
# Mudrex API Secret (for live market data; get from Mudrex → API Key Management)
# MUDREX_API_SECRET=your_api_secret_here
# Admin user IDs, comma-separated (for /learn, /stats, etc.)
# ADMIN_USER_IDS=123456789
# Optional: secret for POST /admin/reingest (trigger docs re-ingestion into Qdrant after deploy)
# REINGEST_SECRET=your_random_secret_here
# Restrict bot to specific chat IDs, comma-separated (leave empty = all chats)
# ALLOWED_CHAT_IDS=-1001234567890