From 26200726f8b9da0ca6294adf213132d010304a07 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Wed, 1 Oct 2025 16:51:31 +0000 Subject: [PATCH] knotserver/config: fix default appview endpoint Change-Id: nmlyttnvunmmuvmtqplomuqxzuknorry tangled.sh has been moved to tangled.org Signed-off-by: Samuel Shuert --- knotserver/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knotserver/config/config.go b/knotserver/config/config.go index f8358d3f..edaa95cb 100644 --- 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) { -- 2.43.0