diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-04 10:50:59 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:45:00 +0200 |
commit | da6d2e997d5174cafa6dc38e4de2fc169041157e (patch) | |
tree | 00eb6bca020aecff67979736f0a8fc92b9909dfe /conf.d/project/etc | |
parent | b23d4239c8bc5a4f3ec972c1f9a741ba05cdf61c (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.
Change-Id: If7e53fe1048117822648ac026fda2f07c8b4cfaa
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/project/etc')
-rw-r--r-- | conf.d/project/etc/harvester-config.json | 1 |
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" } ], |