From 68015a133b7a70a37b372c5874e8e255ec964dc9 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 2 Aug 2017 17:26:29 +0200 Subject: [PATCH] replaced tweet by toot --- docs/source/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index b885c89..2c1e510 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -4,7 +4,7 @@ Feed2toot supports plugins. Plugins offer optional features, not supported by de InfluxDB -------- -The InfluxDB plugin allows to store already published tweets in a InfluxDB database. +The InfluxDB plugin allows to store already published toots in a InfluxDB database. Install the InfluxDB plugin ^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -28,7 +28,7 @@ Below is the block of configuration to add in your feed2toot.ini:: user=influxuser pass=V3ryS3cr3t database=influxdb - measurement=tweets + measurement=toots - host: the host where the influxdb instance is. Defaults to 127.0.0.1 - port: the port where the influxdb instance is listening to. Defaults to 8086