Mirror from bluesky-social/pds
0
fork

Configure Feed

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

README.md: point to env.ts in atproto's main branch, not simplify-pds

The simplify-pds branch was deleted on 2023-10-02 after it was merged into main.

Refs: <https://github.com/bluesky-social/atproto/pull/1198>

+1 -1
+1 -1
README.md
··· 427 427 428 428 There are additional environment variables that can be tweaked depending on how you're running your service. For instance, storing blobs in AWS S3, keys in AWS KMS, or setting up an email service. 429 429 430 - Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/simplify-pds/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations. 430 + Feel free to explore those [Here](https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts). However, we will not be providing support for more advanced configurations.