# CAN Sync v2 configuration # # This config is used by the go_example_1.ps1 script. # All machines that clone this repo and run the script will # auto-discover each other via iroh's relay network as long # as they share the same sync_passphrase. # 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: "can-sync-default-key" # Shared passphrase for peer discovery — all peers with the same passphrase # find each other automatically over the internet via iroh relay servers. # Change this to something unique to your team/project. sync_passphrase: "duke-canman-sync" # Seconds between fallback polls (SSE handles instant sync, this is a safety net) poll_interval_secs: 30