# Foxhunt Development Configuration # This config provides sensible defaults for local development [environment] environment_type = "development" trading_mode = "paper" [environment.service_endpoints] trading_engine = "http://localhost:50052" risk_management = "http://localhost:50053" ml_signals = "http://localhost:50054" market_data = "http://localhost:50055" health_check = "http://localhost:50056" [environment.database_urls] postgres = "postgresql://foxhunt:foxhunt_dev@localhost:5432/foxhunt_dev" redis = "redis://localhost:6379" influxdb = "http://localhost:8086" clickhouse = "http://localhost:8123" [environment.external_apis.binance] base_url = "https://api.binance.com" enabled = false rate_limit_per_second = 10 timeout_seconds = 5 # Development-specific overrides [trading] symbols_to_trade = ["AAPL", "MSFT", "GOOGL"] # Small test set [performance] target_latency_us = 1000 # Relaxed for development max_latency_us = 5000