base_path: "/app/data/prod/experiments" data_dir: "/app/data/prod/active" auth: enabled: true api_keys: admin: hash: "replace-with-sha256-of-your-api-key" admin: true roles: - admin permissions: "*": true server: address: ":9101" tls: enabled: true cert_file: "/app/ssl/cert.pem" key_file: "/app/ssl/key.pem" security: production_mode: false allowed_origins: [] rate_limit: enabled: true requests_per_minute: 60 burst_size: 10 ip_whitelist: [] monitoring: prometheus: enabled: true port: 9101 path: "/metrics" health_checks: enabled: true interval: "30s" redis: addr: "redis:6379" password: "" db: 0 database: type: "sqlite" connection: "/app/data/prod/fetch_ml.sqlite" logging: level: "info" file: "/app/data/prod/logs/fetch_ml.log" audit_log: "/app/data/prod/logs/audit.log" resources: max_workers: 2 desired_rps_per_worker: 5 podman_cpus: "2" podman_memory: "4Gi"