this repo has no description
0
fork

Configure Feed

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

documentation: Updating readme to include COLLECTIONS

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+1
+1
README.md
··· 18 18 * `VMC_TASK_ENABLE` - Whether or not to enable the VMC (verification method cache) tasks. Default `true`. 19 19 * `PLC_HOSTNAME` - The hostname of the PLC server to use for VMC tasks. Default `plc.directory`. 20 20 * `FEEDS` - The path to the feeds configuration file. 21 + * `COLLECTIONS` - The collections to consume. Default `app.bsky.feed.post`. 21 22 * `RUST_LOG` - Logging configuration. Defaults to `supercell=debug,info` 22 23 23 24 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.