Select the types of activity you want to include in your feed.
make ingestion (hopefully) more robust
- if it misses a create/update/delete it should handle that fine now (upsert) - if it gets a stream closed error, reconnect asterisk - remove default pds from .env.template and just use resolver logic
···33DATABASE_URL=postgres://admin@localhost:5432/meview # postgres uri
4455# optional
66-USER_PDS_URL=katproto.girlonthemoon.xyz # if ommited, will resolve from did
77-USER_EXPORT_URL=katproto.girlonthemoon.xyz # if ommited, will copy USER_PDS_URL
88-USER_SUBSCRIBE_URL=katproto.girlonthemoon.xyz # if ommited, will copy USER_PDS_URL66+USER_PDS_URL=abnormal.zip # if ommited, will resolve from did
77+USER_EXPORT_URL=abnormal.zip # if ommited, will copy USER_PDS_URL
88+USER_SUBSCRIBE_URL=abnormal.zip # if ommited, will copy USER_PDS_URL