atproto user agency toolkit for individuals and groups
8
fork

Configure Feed

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

at 7db45b7c12f89cc7b8bce4f8a82572e679b07252 18 lines 413 B view raw
1# Required 2DID=did:web:example.com 3HANDLE=alice.example.com 4PDS_HOSTNAME=example.com 5AUTH_TOKEN=your-bearer-token-here 6SIGNING_KEY=hex-encoded-secp256k1-private-key 7SIGNING_KEY_PUBLIC=multibase-encoded-public-key 8JWT_SECRET=your-jwt-secret-here 9PASSWORD_HASH=$2a$10$... # bcrypt hash of account password 10 11# Optional 12EMAIL=alice@example.com 13DATA_DIR=./data 14PORT=3000 15 16# IPFS 17IPFS_ENABLED=true 18IPFS_NETWORKING=true