atproto user agency toolkit for individuals and groups
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