# CAN Sync v2 configuration # URL of the local CAN Service (sync API is at /sync/*) can_service_url: "http://127.0.0.1:3210" # API key for CAN service's sync endpoints (must match sync_api_key in CAN config) sync_api_key: "changeme" # Shared passphrase for peer discovery (all peers must use the same one) sync_passphrase: "my-shared-secret" # Seconds between polls for new local assets poll_interval_secs: 3