base_path: "/data/experiments" data_dir: "/data/active" auth: enabled: false server: address: "0.0.0.0:9101" tls: enabled: false cert_file: "/app/ssl/cert.pem" key_file: "/app/ssl/key.pem" security: production_mode: false allowed_origins: - "http://localhost:3000" api_key_rotation_days: 90 audit_logging: enabled: true log_path: "/tmp/fetchml-audit.log" rate_limit: enabled: false 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: "/tmp/fetchml.sqlite" logging: level: "info" file: "" audit_log: "" resources: max_workers: 1 desired_rps_per_worker: 2 podman_cpus: "2" podman_memory: "4Gi"