this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

swap pds-host and bgs-host default values around so they're correct

+2 -2
+2 -2
cmd/palomar/main.go
··· 74 74 &cli.StringFlag{ 75 75 Name: "atp-bgs-host", 76 76 Usage: "hostname and port of BGS to subscribe to", 77 - Value: "https://bsky.social", 77 + Value: "wss://bsky.social", 78 78 EnvVars: []string{"ATP_BGS_HOST"}, 79 79 }, 80 80 &cli.StringFlag{ ··· 87 87 &cli.StringFlag{ 88 88 Name: "atp-pds-host", 89 89 Usage: "method, hostname, and port of PDS instance", 90 - Value: "wss://bsky.social", 90 + Value: "https://bsky.social", 91 91 EnvVars: []string{"ATP_PDS_HOST"}, 92 92 }, 93 93 }