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) {