tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social

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 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 },