also `config_plugin` should be `filesystem` and t...
# general
r
also
config_plugin
should be
filesystem
and the
config_path
should be the file path ... or added as flags and not set here at all since we're already in the .conf file 🤔
j
so made the changes as per your suggestion, and removed the comments/trailing commas as per @groob suggestion…still getting the
Error reading config: Error parsing the config JSON
🤔
g
try
jq
, it has better validation of json
there are also some online tools that will point out errors
j
thanks folks, think I have it sorted with a json parser