A minimal AT Protocol Personal Data Server written in JavaScript.
atproto
pds
1# PDS Configuration
2PDS_DB_PATH=./pds.db
3PDS_BLOBS_DIR=./blobs
4JWT_SECRET=your-secret-here
5PORT=3000
6
7# Optional: Your PDS hostname (for production)
8# HOSTNAME=pds.example.com
9
10# Optional: AppView for proxying requests
11# APPVIEW_URL=https://api.bsky.app
12# APPVIEW_DID=did:web:api.bsky.app
13
14# Optional: Relay for firehose
15# RELAY_URL=wss://bsky.network
16
17# Optional: Password for createSession
18# PDS_PASSWORD=