14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
# Roboflow Configuration (optional - only if using hosted API)
|
|
ROBOFLOW_API_KEY=your_api_key_here
|
|
|
|
# Model Configuration
|
|
MODEL_PATH=models/pickleball-detection
|
|
MODEL_VERSION=1
|
|
|
|
# Server Configuration
|
|
API_HOST=0.0.0.0
|
|
API_PORT=8000
|
|
|
|
# Redis Configuration (for Celery)
|
|
REDIS_URL=redis://localhost:6379/0
|