Monorepo for Tangled tangled.org
1

Configure Feed

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

core / localinfra / pds.env
698 B 18 lines
1LOG_ENABLED=true 2 3PDS_JWT_SECRET=8cae8bffcc73d9932819650791e4e89a 4PDS_ADMIN_PASSWORD=d6a902588cd93bee1af83f924f60cfd3 5PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=2e92e336a50a618458e1097d94a1db86ec3fd8829d7735020cbae80625c761d7 6 7PDS_DATA_DIRECTORY=/pds 8PDS_BLOBSTORE_DISK_LOCATION=/pds/blocks 9 10PDS_DID_PLC_URL=http://localhost:8080 11PDS_HOSTNAME=pds.tngl.boltless.dev 12PDS_PORT=3000 13 14# firehose backfill window. default is 24h (DAY), which makes cursor=0 emit an 15# OutdatedCursor #info once history is >24h old; hydrant mishandles that info 16# frame and loops. widen the window so cursor=0 streams from seq 1 cleanly. 17PDS_REPO_BACKFILL_LIMIT_MS=31536000000 18# PDS_CRAWLERS=https://relay.tngl.boltless.dev