-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (23 loc) · 1.05 KB
/
env.example
File metadata and controls
28 lines (23 loc) · 1.05 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
# ==============================================================================
# ATHLETE ANALYTICS - SECRETS ONLY
# ==============================================================================
# This file contains ONLY secret credentials.
# All other configuration is in config.yaml (which CAN be committed to git)
# Garmin Connect credentials
GARMIN_EMAIL=your.email@example.com
GARMIN_PASSWORD=your_password
GARMIN_TOTP_SECRET=
# TrainingPeaks ICS Calendar Feed URL
# Get from: Settings > Account > Calendar in TrainingPeaks
TRAININGPEAKS_ICS_URL=webcal://www.trainingpeaks.com/ical/YOUR_ID_HERE.ics
# OpenAI API Key (optional, for AI workout generation)
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-key-here
# ==============================================================================
# All other settings are in config.yaml:
# - Race goals and milestones
# - Work schedule
# - Workout scheduling preferences
# - Gym/pool hours
# - Calendar configuration
# ==============================================================================