backend for xcvr appview

fix psql script probably and fix the jetstream url

rachel 0e15fa29 32873df1

Changed files
+2 -2
server
cmd
+1 -1
psql
··· 1 1 #!/bin/bash 2 2 source .env 3 3 4 - docker exec -it rvcx_db_1 psql -U $POSTGRES_USER -d $POSTGRES_DB 4 + docker exec -it rvcx-db-1 psql -U $POSTGRES_USER -d $POSTGRES_DB
+1 -1
server/cmd/main.go
··· 59 59 } 60 60 61 61 const ( 62 - defaultServerAddr = "wss://jetstream.atproto.tools/subscribe" 62 + defaultServerAddr = "wss://jetstream2.us-east.bsky.network/subscribe" 63 63 ) 64 64 65 65 func consumeLoop(ctx context.Context, db *db.Store, l *log.Logger, cli *oauth.PasswordClient, rm *recordmanager.RecordManager) {