From 7a867c4b080b55baa924c7e11a29fb2a4a3dca04 Mon Sep 17 00:00:00 2001 From: neutmute Date: Sat, 30 Jan 2021 22:02:46 +1100 Subject: [PATCH] [influxdb] Update README.md (#9989) --- bundles/org.openhab.persistence.influxdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.persistence.influxdb/README.md b/bundles/org.openhab.persistence.influxdb/README.md index e4f98f892..016fb0b74 100644 --- a/bundles/org.openhab.persistence.influxdb/README.md +++ b/bundles/org.openhab.persistence.influxdb/README.md @@ -49,7 +49,7 @@ This service can be configured in the file `services/influxdb.cfg`. | db | openhab | No | name of the database for V1 and name of the organization for V2 | | retentionPolicy | autogen | No | name of the retention policy for V1 and name of the bucket for V2 | -(*) For 1.X version you must provide user and password, for 2.X you can use also user and password or a token. That means +(*) For 1.X version you must provide user and password, for 2.X you can use user and password or a token. That means that if you use all default values at minimum you must provide a password or a token. All item- and event-related configuration is defined in the file `persistence/influxdb.persist`.