this repo has no description
0
fork

Configure Feed

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

remove references to 'bigsky'

+2 -2
+1 -1
cmd/relay/bgs/bgs.go
··· 329 329 .##....##..##.......##.......##.....##....##... 330 330 .##.....##.########.########.##.....##....##... 331 331 332 - This is an atproto [https://atproto.com] relay instance, running the 'bigsky' codebase [https://github.com/bluesky-social/indigo] 332 + This is an atproto [https://atproto.com] relay instance, running the 'relay' codebase [https://github.com/bluesky-social/indigo] 333 333 334 334 The firehose WebSocket path is at: /xrpc/com.atproto.sync.subscribeRepos 335 335 `
+1 -1
cmd/relay/main.go
··· 64 64 &cli.StringFlag{ 65 65 Name: "db-url", 66 66 Usage: "database connection string for BGS database", 67 - Value: "sqlite://./data/bigsky/bgs.sqlite", 67 + Value: "sqlite://./data/relay/relay.sqlite", 68 68 EnvVars: []string{"DATABASE_URL"}, 69 69 }, 70 70 &cli.BoolFlag{