-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example
More file actions
30 lines (25 loc) · 1.01 KB
/
Copy pathconfig.example
File metadata and controls
30 lines (25 loc) · 1.01 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
# HypeTrack configuration example.
#
# Real config lives at ~/.config/hypetrack/config (chmod 600) — NOT in this
# repo. Copy this file there as a starting point, or let the app create a
# template automatically on first run (it will migrate ICLOUD_EMAIL /
# ICLOUD_APP_PASSWORD from ~/.config/icloud/credentials if present).
#
# KEY=value lines are live. Commented `# KEY=` lines mean "not yet set" —
# the app treats them as absent and disables the corresponding feature
# (with a banner in the UI) rather than crashing.
# --- Gmail (nixmendiola@gmail.com) ---
# Generate an app password at https://myaccount.google.com/apppasswords
# GMAIL_EMAIL=nixmendiola@gmail.com
# GMAIL_APP_PASSWORD=
# --- iCloud ---
# ICLOUD_EMAIL=you@icloud.com
# ICLOUD_APP_PASSWORD=
# --- Discord bot (read-only, scoped to one channel) ---
# DISCORD_BOT_TOKEN=
# DISCORD_CHANNEL_ID=
# --- Tracking API (Ship24 or 17track) ---
# TRACKING_API_KEY=
# TRACKING_PROVIDER=ship24
# --- Anthropic (Claude Haiku LLM parsing fallback) ---
# ANTHROPIC_API_KEY=