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 changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/config/config.go b/appview/config/config.go index cfa7dce0..7f2fcb8d 100644 --- a/appview/config/config.go +++ b/appview/config/config.go @@ -47,7 +47,7 @@ type PlcConfig struct { } type KnotMirrorConfig struct { - Url string `env:"URL, required"` + Url string `env:"URL, default=https://mirror.tangled.network"` } type JetstreamConfig struct { -- 2.51.2