···1818* `VMC_TASK_ENABLE` - Whether or not to enable the VMC (verification method cache) tasks. Default `true`.
1919* `PLC_HOSTNAME` - The hostname of the PLC server to use for VMC tasks. Default `plc.directory`.
2020* `FEEDS` - The path to the feeds configuration file.
2121+* `COLLECTIONS` - The collections to consume. Default `app.bsky.feed.post`.
2122* `RUST_LOG` - Logging configuration. Defaults to `supercell=debug,info`
22232324The 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.