From 32b7c17e266e0da0f0e1e6e6a3821cd8dd3b8362 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Wed, 01 Oct 2025 16:51:31 +0000 Subject: [PATCH] knotserver/config: fix default appview endpoint tangled.sh has been moved to tangled.org Signed-off-by: Samuel Shuert --- knotserver/config/config.go | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/knotserver/config/config.go b/knotserver/config/config.go --- a/knotserver/config/config.go +++ b/knotserver/config/config.go @@ -41,7 +41,7 @@ type Config struct { Repo Repo `env:",prefix=KNOT_REPO_"` Server Server `env:",prefix=KNOT_SERVER_"` Git Git `env:",prefix=KNOT_GIT_"` - AppViewEndpoint string `env:"APPVIEW_ENDPOINT, default=https://tangled.sh"` + AppViewEndpoint string `env:"APPVIEW_ENDPOINT, default=https://tangled.org"` } func Load(ctx context.Context) (*Config, error) { -- tangled.sh