21 lines
301 B
Plaintext
21 lines
301 B
Plaintext
# Environment Configuration
|
|
# Copy this file to .env and update with your actual values
|
|
|
|
# Data directories
|
|
DATA_DIR=/data
|
|
TEMP_DIR=/temp
|
|
|
|
# Logging
|
|
LOG_LEVEL=DEBUG
|
|
|
|
# Cache settings (TTL in seconds)
|
|
CACHE_TTL=3600
|
|
|
|
# Audio quality
|
|
AUDIO_QUALITY=192
|
|
|
|
# API settings
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
DEBUG=False
|