Files
audio-engine-hub/.env.example
2025-12-04 11:58:36 +01:00

8 lines
201 B
Plaintext

# Comma-separated list of engines to activate.
# Available options (potentially): piper, styletts, f5_tts, chattts
ACTIVE_ENGINES='["piper", "styletts"]'
# Server configuration
HOST=0.0.0.0
PORT=8000