server: host: "127.0.0.1" # localhost only for testing port: 8080 log_level: "DEBUG" # Verbose logging for testing cors_origins: - "*" auth: # Test API keys - DO NOT use in production! api_keys: test_client: "eb8a89cfd33ab067751fd0e38f74ddf7ac3d75ff012fbab35a616c45c12e0c8d" web_dashboard: "4b958666d32b368a89781da040a615283541418753d610858d6eb5411296dcb6" processing: default_fps: 30 max_fps: 60 min_fps: 1 border_width: 10 interpolation_mode: "average" screen_capture: buffer_size: 2 wled: timeout: 5 retry_attempts: 3 retry_delay: 1 protocol: "http" max_brightness: 255 storage: devices_file: "data/test_devices.json" logging: format: "text" # Easier to read during testing file: "logs/wled_test.log" max_size_mb: 10 backup_count: 2