api: host: 0.0.0.0 port: 8000 workers: 4 reload: false log_level: info title: AutoML MLOps API version: 1.0.0 model: path: models/production cache_enabled: true cache_ttl: 3600 prediction_timeout: 30 docker: image_name: automl-mlops registry: ghcr.io tag: latest platform: linux/amd64 huggingface: space_name: null space_sdk: docker space_hardware: cpu-basic private: false health: liveness_path: /health readiness_path: /readiness startup_timeout: 60 metrics: enabled: true path: /metrics include_trace_exemplar: true logging: level: INFO format: json rotation: 100 MB retention: 7 days