File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ sudo pdsadmin update
337337| ` PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX ` | None |
338338| ` PDS_DATA_DIRECTORY ` | ` /pds ` |
339339| ` PDS_BLOBSTORE_DISK_LOCATION ` | ` /pds/blocks ` |
340- | ` PDS_BLOB_UPLOAD_LIMIT ` | ` 5242880 ` (5MB) |
340+ | ` PDS_BLOB_UPLOAD_LIMIT ` | ` 104857600 ` (100MB) |
341341| ` PDS_DID_PLC_URL ` | ` https://plc.directory ` |
342342| ` PDS_BSKY_APP_VIEW_URL ` | ` https://api.bsky.app ` |
343343| ` PDS_BSKY_APP_VIEW_DID ` | ` did:web:api.bsky.app ` |
@@ -351,6 +351,7 @@ sudo pdsadmin update
351351| ` PDS_PRIVACY_POLICY_URL ` | None |
352352| ` PDS_TERMS_OF_SERVICE_URL ` | None |
353353| ` PDS_RATE_LIMITS_ENABLED ` | ` true ` |
354+ | ` PDS_INVITE_REQUIRED ` | ` true ` |
354355
355356### Migrating your PDS
356357
Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ PDS_REPORT_SERVICE_URL=https://mod.bsky.app
1212PDS_REPORT_SERVICE_DID = did:plc:ar7c4by46qjdydhdevvrndac
1313PDS_CRAWLERS = https://bsky.network
1414LOG_ENABLED = true
15+ PDS_RATE_LIMITS_ENABLED = true
16+ PDS_INVITE_REQUIRED = true
1517PDS_EMAIL_SMTP_URL =
1618PDS_EMAIL_FROM_ADDRESS =
You can’t perform that action at this time.
0 commit comments