From 2d8c946e44950af9e856818f8ea2b87613829a62 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Sat, 21 Mar 2026 03:53:05 +0000 Subject: [PATCH] appview/config: configure knotmirror URL this is not live yet, but this is the likely host for the public knotmirror service. Signed-off-by: oppiliappan --- appview/config/config.go | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/config/config.go b/appview/config/config.go --- a/appview/config/config.go +++ b/appview/config/config.go @@ -47,7 +47,7 @@ } type KnotMirrorConfig struct { - Url string `env:"URL, required"` + Url string `env:"URL, default=https://mirror.tangled.network"` } type JetstreamConfig struct { -- tangled.sh