+1
-1
bskyweb/cmd/bskyweb/main.go
+1
-1
bskyweb/cmd/bskyweb/main.go
···
36
36
&cli.StringFlag{
37
37
Name: "appview-host",
38
38
Usage: "scheme, hostname, and port of PDS instance",
39
-
Value: "http://localhost:2584",
39
+
Value: "http://public.api.bsky.app",
40
40
// retain old PDS env var for easy transition
41
41
EnvVars: []string{"ATP_APPVIEW_HOST", "ATP_PDS_HOST"},
42
42
},