aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkoSity <marcoriou@hotmail.fr>2019-07-04 10:50:59 +0200
committerMarkoSity <marcoriou@hotmail.fr>2019-07-04 10:50:59 +0200
commita533a5a6fd2f9048cf90284314f3c646507eebbb (patch)
tree74554235d5f5a65287da382809f3b74497d433a5
parent47ebf485c549d231316f7f71f8aa0f0019fc626d (diff)
Tweak json configuration file.
Remove the spath in the json configuration in order for the controller to search the plugin in the default path.
-rw-r--r--conf.d/project/etc/harvester-config.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.d/project/etc/harvester-config.json b/conf.d/project/etc/harvester-config.json
index a4716a7..368be7f 100644
--- a/conf.d/project/etc/harvester-config.json
+++ b/conf.d/project/etc/harvester-config.json
@@ -10,7 +10,6 @@
{
"uid": "influxdb",
"info": "Plugins that handle influxdb read and write",
- "spath": "lib/plugins",
"libs": "influxdb.ctlso"
}
],