-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.19 KB
/
.env.example
File metadata and controls
31 lines (25 loc) · 1.19 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
# ============================================
# MidOS L1 — Environment Variables Template
# ============================================
# Copy this file to .env and fill in your values.
# .env is gitignored — NEVER commit real credentials.
# ============== GOOGLE / GEMINI ==============
GOOGLE_API_KEY=YOUR_GOOGLE_API_KEY
GEMINI_API_KEY=YOUR_GEMINI_API_KEY
# ============== GOOGLE CHAT NOTIFICATIONS ==============
# Webhook URL for real-time notifications
# Format: https://chat.googleapis.com/v1/spaces/XXXX/messages?key=YYYY&token=ZZZZ
GCHAT_WEBHOOK_URL=YOUR_GCHAT_WEBHOOK_URL
# ============== DATABASE ==============
DATABASE_URL=sqlite:///./orchestrator.db
# ============== LLM PROVIDERS ==============
LM_STUDIO_API_BASE=http://localhost:11434
OPENROUTER_API_KEY=YOUR_OPENROUTER_FREE_KEY
# ============== GITHUB ==============
GITHUB_TOKEN=YOUR_GITHUB_TOKEN
# ============== DISCORD ==============
# WARNING: This is a Discord USER token (not a bot token).
# If leaked, you lose access to your Discord account.
# Get it from: Browser DevTools > Network tab > any Discord request > Authorization header
# Only needed for Discord community integration tools.
DISCORD_TOKEN=YOUR_DISCORD_USER_TOKEN