An ATproto social media client -- with an independent Appview.

refactor: change url for go server appview

fallback to public appview for now.

serenity 16932d3d 1c37039c

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