Files

12 lines
297 B
Bash

# Strava API Credentials
# Get these from https://www.strava.com/settings/api
STRAVA_CLIENT_ID=your_client_id
STRAVA_CLIENT_SECRET=your_client_secret
# Initial refresh token obtained via OAuth2 flow
STRAVA_REFRESH_TOKEN=your_refresh_token
# Optional: Server configuration
PORT=8000
HOST=0.0.0.0