From 3ac51d470e705ca3d29a81c00f11c188fe5587f9 Mon Sep 17 00:00:00 2001 From: Nick Gerakines <12125+ngerakines@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:21:15 -0500 Subject: [PATCH] documentation: Updating readme to include COLLECTIONS Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb095d5..f790b85 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The following environment variables are used: * `VMC_TASK_ENABLE` - Whether or not to enable the VMC (verification method cache) tasks. Default `true`. * `PLC_HOSTNAME` - The hostname of the PLC server to use for VMC tasks. Default `plc.directory`. * `FEEDS` - The path to the feeds configuration file. +* `COLLECTIONS` - The collections to consume. Default `app.bsky.feed.post`. * `RUST_LOG` - Logging configuration. Defaults to `supercell=debug,info` The feed configuration file is a YAML file that contains the feeds to serve and how to match events to the feed. It supports a variable number of matchers with different rules. Matching is done in order and uses json path plus the matcher implementation. -- 2.51.2