base_path: "data/dev/experiments" data_dir: "data/dev/active" auth: enabled: false server: address: "0.0.0.0:9101" tls: enabled: false cert_file: "" key_file: "" security: production_mode: false allowed_origins: - "http://localhost:3000" api_key_rotation_days: 90 audit_logging: enabled: true log_path: "data/dev/logs/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: "localhost:6379" password: "" db: 0 database: type: "sqlite" connection: "data/dev/db/fetchml.sqlite" logging: level: "info" file: "data/dev/logs/fetchml.log" audit_log: "data/dev/logs/fetchml-audit.log" resources: max_workers: 1 desired_rps_per_worker: 2 podman_cpus: "2" podman_memory: "4Gi" queue: type: "native" native: data_dir: "data/dev/queue"