Advanced Configuration
Configure expert-level settings using YAML with real-time validation and deep system control.
Advanced Parameters
Port Configuration
API Keys
Cache Control
Experimental Features
- Enable v0.2 Protocol
- Beta Feature: Async Processing
Full Configuration YAML
advanced:
ports:
http: 8080
https: 8443
api:
master_key: abc123def456
cache:
ttl_seconds: 3600
max_size_mb: 1024
features:
protocol_v02: true
async_processing: false