# PDS Authentication PDS_PASSWORD=your_pds_password_here JWT_SECRET=your_jwt_secret_here # Node.js-specific (not needed for Cloudflare) PDS_DB_PATH=./pds.db PDS_BLOBS_DIR=./blobs PORT=3000 # Optional: Your PDS hostname (for production) # HOSTNAME=pds.example.com # Optional: AppView for proxying requests # APPVIEW_URL=https://api.bsky.app # APPVIEW_DID=did:web:api.bsky.app # Optional: Relay for firehose # RELAY_URL=https://bsky.network # Cloudflare-specific (not needed for Node.js) # CLOUDFLARE_API_TOKEN=your_api_token_here