Initial commit
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user