relay filter/appview bootstrap
1# Database connection
2DATABASE_URL=postgres://postgres:postgres@localhost:5432/prism
3
4# TAP WebSocket URL
5TAP_WS_URL=ws://localhost:2480/channel
6
7# Server configuration
8HOST=0.0.0.0
9PORT=3000
10
11# Logging level
12RUST_LOG=prism=info,tower_http=info
13
14# TAP configuration (for docker-compose)
15TAP_UPSTREAM_RELAY=wss://bsky.network
16# Signal collection identifies repos to track (must be a full NSID)
17TAP_SIGNAL_COLLECTION=systems.gmstn.development.lattice
18# Collection filters determine which records to deliver (wildcards supported)
19TAP_COLLECTION_FILTERS=systems.gmstn.development.*