this repo has no description

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 <me@oppi.li>

oppi.li 2d8c946e fc0438f1

verified
+1 -1
+1 -1
appview/config/config.go
··· 47 47 } 48 48 49 49 type KnotMirrorConfig struct { 50 - Url string `env:"URL, required"` 50 + Url string `env:"URL, default=https://mirror.tangled.network"` 51 51 } 52 52 53 53 type JetstreamConfig struct {