~bigbes/sr-ht-dolt

587483e8afcc5f82a89c2e4875c383cfc0913f0d — Eugene Blikh 8 days ago 2acea60
bd: point the Dolt remote at dolt.srht.bigb.es and enable auto-push

bd init wrote the git URL into sync.remote, which Dolt cannot push to. Point
it at the companion database instead and turn on auto-push (30s debounce, 60s
timeout) so a bead created in a session does not sit only in the local store.
1 files changed, 5 insertions(+), 1 deletions(-)

M .beads/config.yaml
M .beads/config.yaml => .beads/config.yaml +5 -1
@@ 65,4 65,8 @@
# - linear.api_key  → use LINEAR_API_KEY env var instead
# - github.token    → use GITHUB_TOKEN env var instead

sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-dolt"
\ No newline at end of file
sync.remote: "https://dolt.srht.bigb.es/~bigbes/sr-ht-dolt"
dolt:
    auto-push: true
    auto-push-interval: 30s
    auto-push-timeout: 60s