Mirror from bluesky-social/pds
0
fork

Configure Feed

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

fix incorrect blob limit default in readme (#302)

authored by

Alex Garnett and committed by
GitHub
f3f63b6e e013918a

+1 -1
+1 -1
README.md
··· 330 330 | `PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX` | None | 331 331 | `PDS_DATA_DIRECTORY` | `/pds` | 332 332 | `PDS_BLOBSTORE_DISK_LOCATION` | `/pds/blocks` | 333 - | `PDS_BLOB_UPLOAD_LIMIT` | `104857600` (100MB) | 333 + | `PDS_BLOB_UPLOAD_LIMIT` | `5242880` (5MB) | 334 334 | `PDS_DID_PLC_URL` | `https://plc.directory` | 335 335 | `PDS_BSKY_APP_VIEW_URL` | `https://api.bsky.app` | 336 336 | `PDS_BSKY_APP_VIEW_DID` | `did:web:api.bsky.app` |