-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
42 lines (36 loc) · 2.25 KB
/
env.example
File metadata and controls
42 lines (36 loc) · 2.25 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
42
# Strava Agent Environment Configuration
# Copy this file to .env and fill in your actual values
# NEVER commit .env to version control!
# =============================================================================
# Strava API Configuration
# =============================================================================
# Get these from https://www.strava.com/settings/api
STRAVA_CLIENT_ID=your_strava_client_id_here
STRAVA_CLIENT_SECRET=your_strava_client_secret_here
STRAVA_REFRESH_TOKEN=your_strava_refresh_token_here
# =============================================================================
# Google Gemini AI Configuration
# =============================================================================
# Get this from https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=your_google_gemini_api_key_here
# =============================================================================
# Telegram Bot Configuration
# =============================================================================
# Get this from @BotFather on Telegram
TELEGRAM_TOKEN=your_telegram_bot_token_here
# =============================================================================
# User Configuration
# =============================================================================
# JSON string containing user-specific Strava configurations
# Format: {"username": {"chat_id": "telegram_chat_id", "strava_refresh_token": "token"}}
# Example:
# USERS={"etqad":{"chat_id":"123456789","strava_refresh_token":"your_token_here"},"wife":{"chat_id":"987654321","strava_refresh_token":"her_token_here","strava_client_id":"her_client_id","strava_client_secret":"her_client_secret"}}
USERS={"etqad":{"chat_id":"your_telegram_chat_id","strava_refresh_token":"your_strava_token"},"wife":{"chat_id":"her_telegram_chat_id","strava_refresh_token":"her_strava_token","strava_client_id":"her_client_id","strava_client_secret":"her_client_secret"}}
# =============================================================================
# Optional Configuration
# =============================================================================
# Database directory (defaults to ./chroma_stores)
# CHROMA_DB_DIR=./chroma_stores
# AI Model names (defaults shown below)
# MODEL_NAME=gemini-2.0-flash
# EMBED_MODEL=models/text-embedding-004