-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (31 loc) · 1.41 KB
/
Copy path.env.example
File metadata and controls
41 lines (31 loc) · 1.41 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
# Required
TELEGRAM_TOKEN=your-telegram-bot-token
TELEGRAM_USER_ID=your-telegram-numeric-user-id
# Vault — where Harry stores memories, conversations, journals
VAULT_PATH=/path/to/your/harry-vault
# Personal content directory — soul files, skills, personas, context.
# If unset, falls back to the project root (where examples/ lives).
# Set this to your harry-private repo when using the two-repo setup.
# HARRY_DATA_DIR=/path/to/harry-private
# Owner name — used in prompts and enrichment (default: "User")
# OWNER_NAME=YourName
# Apple Bridge — for macOS integrations (messages, calendar, notes, reminders)
# MAC_IP=your-mac-tailscale-ip
# MAC_USER=your-mac-username
# APPLE_BRIDGE_URL=http://your-mac-ip:3020
# APPLE_BRIDGE_TOKEN=your-bridge-token
# Schedule
MORNING_BRIEFING_HOUR=8
TIMEZONE=America/Chicago
# Optional — vault GitHub raw URL for linking files in enrichment
# VAULT_GITHUB_RAW=https://raw.githubusercontent.com/you/harry-vault/main
# Optional — repos to track in morning briefings (comma-separated label:path pairs)
# BRIEFING_REPOS=project-a:/path/to/repo-a,project-b:/path/to/repo-b
# Optional — integration data directories
# LEARNING_DIR=/path/to/learning-kb
# BRIEFINGS_DIR=/path/to/daily-briefings
# Optional — Gemini API key for free-tier simple queries
# GEMINI_API_KEY=your-gemini-key
# Optional — Gmail integration
# GMAIL_USER=your-email@gmail.com
# GMAIL_APP_PASSWORD=your-app-password