# Database connection DATABASE_URL=postgres://postgres:postgres@localhost:5432/prism # TAP WebSocket URL TAP_WS_URL=ws://localhost:2480/channel # Server configuration HOST=0.0.0.0 PORT=3000 # Logging level RUST_LOG=prism=info,tower_http=info # TAP configuration (for docker-compose) TAP_UPSTREAM_RELAY=wss://bsky.network # Signal collection identifies repos to track (must be a full NSID) TAP_SIGNAL_COLLECTION=systems.gmstn.development.lattice # Collection filters determine which records to deliver (wildcards supported) TAP_COLLECTION_FILTERS=systems.gmstn.development.*