refactor: config: Use single JSON5 file to configure multiple parallel streams
Compare changes
+ 1
− 1
@@ -12,7 +12,7 @@ umask 000 # Files and folders we create should be world accessible
This MR supports JSON arrays and custom objects in configuration files, enabling an arbitrary number of streams to be configured by the user.
Support for the legacy "CONF" format is dropped.
Fixes #58 (closed)