From da6d2e997d5174cafa6dc38e4de2fc169041157e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Thu, 4 Jul 2019 10:50:59 +0200 Subject: Tweak json configuration file. Remove the spath in the json configuration in order for the controller to search the plugin in the default path. Change-Id: If7e53fe1048117822648ac026fda2f07c8b4cfaa Signed-off-by: Sebastien Douheret --- conf.d/project/etc/harvester-config.json | 1 - 1 file changed, 1 deletion(-) (limited to 'conf.d') 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" } ], -- cgit 1.2.3-korg