{ // Atmosphere Mail labeler configuration. // Copy this to ./state/config.json and edit as needed. // Address for the XRPC server (queryLabels + subscribeLabels). "listenAddr": ":8081", // Directory for SQLite database and signing key. "stateDir": "./state", // Jetstream WebSocket URL. Public Bluesky instances: // wss://jetstream1.us-east.bsky.network/subscribe // wss://jetstream2.us-east.bsky.network/subscribe "jetstreamURL": "wss://jetstream1.us-east.bsky.network/subscribe", // Path to the secp256k1 signing key (hex-encoded). // Generate with: go run ./cmd/labeler -init "signingKeyPath": "./state/signing.key", // How often to re-verify all attestations. "reverifyInterval": "24h", }