From: neutmute Date: Sat, 30 Jan 2021 11:02:46 +0000 (+1100) Subject: [influxdb] Update README.md (#9989) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=7a867c4b080b55baa924c7e11a29fb2a4a3dca04;p=openhab-addons.git [influxdb] Update README.md (#9989) --- diff --git a/bundles/org.openhab.persistence.influxdb/README.md b/bundles/org.openhab.persistence.influxdb/README.md index e4f98f8923..016fb0b743 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`.