Issues / #111

Hub config_registry should default to local URL in shared role seed

open improvement Project: nimsforest Reporter: 4 May 2026 10:22

Description

landconfigregistry/internal/store/seed.go shared role currently uses https://landconfig.nimsforest.com which is unreachable from the hub itself before the proxy is up (chicken-and-egg on first restart). Switch to http://127.0.0.1:8098 for the shared role only. Org-tier roles keep the public URL.