-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (24 loc) · 1.2 KB
/
env.example
File metadata and controls
31 lines (24 loc) · 1.2 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
# FlexFit Environment Configuration
# Copy this file to .env and fill in your values
# =============================================================================
# REQUIRED
# =============================================================================
# AI Service API Key (Required for workout generation)
CHAIR_API_KEY=your_api_key_here
# TUM Student ID (Required for Kubernetes deployment)
TUM_ID=your_tum_id_here
# =============================================================================
# OPTIONAL (Have sensible defaults)
# =============================================================================
# Database password (default: flexfit123)
POSTGRES_PASSWORD=flexfit123
# Grafana admin password (default: admin for development)
GRAFANA_ADMIN_PASSWORD=admin
# Docker image tag for deployment environment
# Options: "latest" (development/staging), "main" (production), or specific branch
IMAGE_TAG=latest
# AI Model configuration (default: llama3.3:latest)
MODEL_NAME=llama3.3:latest
# =============================================================================
# EMAIL ALERTS (Optional - for monitoring notifications)
# =============================================================================