Spaces:
Running
Running
File size: 396 Bytes
f280f9f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Madverse Music API Configuration
# API Authentication
MADVERSE_API_KEY=your-secure-api-key-here
# Optional: Model Configuration (if using custom model paths)
MODEL_PATH=./pytorch_model.bin
CONFIG_PATH=./config.json
# Optional: Server Configuration
HOST=0.0.0.0
PORT=8000
# Optional: Logging
LOG_LEVEL=INFO
# Optional: Performance Tuning
MAX_WORKERS=4
TIMEOUT_SECONDS=300 |