this repo has no description
0
fork

Configure Feed

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

rename broken flags

+4 -4
+4 -4
cmd/palomar/main.go
··· 72 72 EnvVars: []string{"ES_PROFILE_INDEX"}, 73 73 }, 74 74 &cli.StringFlag{ 75 - Name: "bgs-host", 75 + Name: "atp-bgs-host", 76 76 Usage: "hostname and port of BGS to subscribe to", 77 77 Value: "https://bsky.social", 78 78 EnvVars: []string{"ATP_BGS_HOST"}, 79 79 }, 80 80 &cli.StringFlag{ 81 - Name: "plc-host", 81 + Name: "atp-plc-host", 82 82 Usage: "method, hostname, and port of PLC registry", 83 83 Value: "https://plc.directory", 84 84 EnvVars: []string{"ATP_PLC_HOST"}, 85 85 }, 86 86 // TODO(bnewbold): this is a temporary hack to fetch our own blobs 87 87 &cli.StringFlag{ 88 - Name: "pds-host", 88 + Name: "atp-pds-host", 89 89 Usage: "method, hostname, and port of PDS instance", 90 - Value: "https://bsky.social", 90 + Value: "wss://bsky.social", 91 91 EnvVars: []string{"ATP_PDS_HOST"}, 92 92 }, 93 93 }