Mirror from bluesky-social/pds
0
fork

Configure Feed

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

README and default limits (#332)

* README: update default blob size limit

* ensure rate-limit and invite required flag are default true

authored by

bnewbold and committed by
GitHub
9b064e96 b0e5e7ed

+4 -1
+2 -1
README.md
··· 337 337 | `PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX` | None | 338 338 | `PDS_DATA_DIRECTORY` | `/pds` | 339 339 | `PDS_BLOBSTORE_DISK_LOCATION` | `/pds/blocks` | 340 - | `PDS_BLOB_UPLOAD_LIMIT` | `5242880` (5MB) | 340 + | `PDS_BLOB_UPLOAD_LIMIT` | `104857600` (100MB) | 341 341 | `PDS_DID_PLC_URL` | `https://plc.directory` | 342 342 | `PDS_BSKY_APP_VIEW_URL` | `https://api.bsky.app` | 343 343 | `PDS_BSKY_APP_VIEW_DID` | `did:web:api.bsky.app` | ··· 351 351 | `PDS_PRIVACY_POLICY_URL` | None | 352 352 | `PDS_TERMS_OF_SERVICE_URL` | None | 353 353 | `PDS_RATE_LIMITS_ENABLED` | `true` | 354 + | `PDS_INVITE_REQUIRED` | `true` | 354 355 355 356 ### Migrating your PDS 356 357
+2
sample.env
··· 12 12 PDS_REPORT_SERVICE_DID=did:plc:ar7c4by46qjdydhdevvrndac 13 13 PDS_CRAWLERS=https://bsky.network 14 14 LOG_ENABLED=true 15 + PDS_RATE_LIMITS_ENABLED=true 16 + PDS_INVITE_REQUIRED=true 15 17 PDS_EMAIL_SMTP_URL= 16 18 PDS_EMAIL_FROM_ADDRESS=