# Strava API Credentials
# Get these from: https://www.strava.com/settings/api
STRAVA_CLIENT_ID=your_client_id_here
STRAVA_CLIENT_SECRET=your_client_secret_here
# OAuth Tokens
# These will be obtained after completing the OAuth flow
STRAVA_ACCESS_TOKEN=your_access_token_here
STRAVA_REFRESH_TOKEN=your_refresh_token_here
STRAVA_EXPIRES_AT=unix_timestamp_here
# OAuth Scope (for reference)
# Read-only: read,activity:read_all,profile:read_all
# Read+Write: read,activity:read_all,activity:write,profile:read_all
# STRAVA_SCOPE=read,activity:read_all,profile:read_all