| # Remote Control App Configuration | |
| # Profile to use (default, example_remote, or custom) | |
| REMOTE_CONTROL_PROFILE=default | |
| # Robot configuration | |
| ROBOT_NAME=reachy_mini | |
| # Logging | |
| LOG_LEVEL=INFO | |
| # Video settings (can override profile settings) | |
| VIDEO_JPEG_QUALITY=80 | |
| # Monitoring | |
| LATENCY_WARNING_MS=200 | |
| # REST API settings (optional) | |
| ENABLE_REST_API=true | |
| REST_API_HOST=0.0.0.0 | |
| REST_API_PORT=7860 | |
| # Hugging Face token for private spaces (optional) | |
| # Create a token at https://huggingface.co/settings/tokens with 'read' permissions | |
| # HF_TOKEN=hf_your_token_here | |