# /etc/bincio/sync.env — secrets for bincio-sync.service # Copy this file to /etc/bincio/sync.env and fill in the values. # chmod 600 /etc/bincio/sync.env # Must match the --sync-secret / BINCIO_SYNC_SECRET value passed to `bincio serve`. # Generate with: openssl rand -hex 32 BINCIO_SYNC_SECRET=your-secret-here