Skip to content

Refactor Config defaults

Ben Kochie requested to merge bjk/refactor_config into main

Use "omitempty" to allow defaults in the config file to be correctly passed. Without this, explicitly setting an empty default like an empty string will not work. Needed in order to allow explicitly disabling some settings.

Related to: #121 (closed)

Signed-off-by: Ben Kochie superq@gmail.com

Merge request reports

Loading