-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (38 loc) · 2.38 KB
/
.env.example
File metadata and controls
45 lines (38 loc) · 2.38 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
39
40
41
42
43
44
45
# ============================================
# Cortex Environment Variables
# Copy to .env and fill in values
# ============================================
# ── Core (used by multiple tools) ──────────
GOOGLE_API_KEY= # Gemini API (digests, tg-pharma, kwork, pipeline)
TELEGRAM_BOT_TOKEN= # @cipher_think_bot (tg-monitor, tg-bridge, pipeline)
TELEGRAM_CHAT_ID=-1001434709177 # Default channel for digests
# ── Telegram Userbot (tg-monitor) ─────────
TG_API_ID= # my.telegram.org → API development tools
TG_API_HASH= # my.telegram.org → API development tools
TG_SESSION_NAME=cortex_userbot # Telethon session file name
# ── PharmOrder VPS ─────────────────────────
PHARMORDER_API_BASE=http://194.87.140.204:8000
PHARMORDER_API_KEY= # PharmOrder sync key
PHARMORDER_SSH_HOST=194.87.140.204
PHARMORDER_SSH_USER=root
PHARMORDER_SSH_PASSWORD= # VPS SSH password
# ── TG-Pharma Bot ─────────────────────────
PHARMA_TELEGRAM_BOT_TOKEN= # @pharmorder_ops_bot (separate from main bot!)
PHARMA_ALLOWED_CHAT_IDS=691773226 # Comma-separated Telegram user IDs
PHARMA_GEMINI_MODEL=gemini-3-flash-preview
PHARMA_PENDING_CLEANUP_INTERVAL_SECONDS=3600
PHARMA_PENDING_TTL_SECONDS=86400
PHARMORDER_REMOTE_ORDER_HISTORY_DB=/opt/pharmorder/src/data/order_history.db
TELEGRAM_OWNER_CHAT_ID=691773226 # Owner chat ID for escalation
# ── Kwork Automation ──────────────────────
KWORK_LOGIN= # kwork.ru credentials
KWORK_PASSWORD=
KWORK_PROXY_URL= # HTTP proxy (VPN blocks kwork.ru)
KWORK_TELEGRAM_BOT_TOKEN= # Separate bot for kwork notifications (optional)
KWORK_TELEGRAM_CHAT_ID= # Chat for kwork notifications (optional)
# ── MCP Servers ──────────────────────────
EXA_API_KEY= # Exa semantic search (exa.ai dashboard)
# Codex CLI — auth via `npx codex-cli-mcp` (interactive, opens browser)
# Context Mode — no key needed
# ── Video Analysis (local files only) ─────
OPENROUTER_API_KEY= # For Whisper transcription (optional, video tool removed)