tangled
alpha
login
or
join now
back
round
0
view raw
knotserver/config: fix default appview endpoint
#631
merged
opened by
freshlybakedca.ke
3 months ago
targeting
master
from
freshlybakedca.ke/core
:
private/coded/push-nmlyttnvunmm
tangled.sh has been moved to tangled.org
Signed-off-by: Samuel Shuert
me@thecoded.prof
options
unified
split
Changed files
+1
-1
knotserver
config
config.go
+1
-1
knotserver/config/config.go
···
41
41
Repo Repo `env:",prefix=KNOT_REPO_"`
42
42
Server Server `env:",prefix=KNOT_SERVER_"`
43
43
Git Git `env:",prefix=KNOT_GIT_"`
44
44
-
AppViewEndpoint string `env:"APPVIEW_ENDPOINT, default=https://tangled.sh"`
44
44
+
AppViewEndpoint string `env:"APPVIEW_ENDPOINT, default=https://tangled.org"`
45
45
}
46
46
47
47
func Load(ctx context.Context) (*Config, error) {