You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: propagate BEADS_DOLT_SERVER_HOST so bd doesn't default to localhost
Adds GT_DOLT_HOST → BEADS_DOLT_SERVER_HOST translation everywhere gt
already propagates GT_DOLT_PORT → BEADS_DOLT_PORT. Without this, bd
subprocesses fall back to 127.0.0.1 when the Dolt server runs on a
remote machine (e.g., over Tailscale), causing recurring config drift.
Fixes#2827.
Co-Authored-By: Trillium Smith <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments