From 1dc2a7e57ec644ab84a2c8c98599a881858d00f0 Mon Sep 17 00:00:00 2001 From: buanet Date: Sat, 6 Apr 2024 00:55:47 +0200 Subject: [PATCH] fix typo --- docs/README_docker_hub_buanet.md | 2 +- docs/README_docker_hub_iobroker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README_docker_hub_buanet.md b/docs/README_docker_hub_buanet.md index bb646ef..25ded5c 100644 --- a/docs/README_docker_hub_buanet.md +++ b/docs/README_docker_hub_buanet.md @@ -112,7 +112,7 @@ You could use environment variables to auto configure your ioBroker container on * `IOB_STATESDB_TYPE` (optional, default: jsonl) Set type of ioBroker states db, could be "jsonl", "file" (deprecated) or "redis" * `IOB_STATESDB_HOST` (optional, default: 127.0.0.1) Set host for ioBroker states db, supports comma separated list for Redis Sentinel Cluster * `IOB_STATESDB_PORT` (optional, default: 9000) Set port for ioBroker states db, supports comma separated list for Redis Sentinel Cluster -* `IOB_STATESDB_PASS` (optional, default: 9000) Set authentication for Redis db connection +* `IOB_STATESDB_PASS` (optional) Set authentication for Redis db connection * `IOB_STATESDB_NAME` (optional, default: mymaster) Set name for Redis Sentinel cluster db ### Activate special features: diff --git a/docs/README_docker_hub_iobroker.md b/docs/README_docker_hub_iobroker.md index a09c885..a05a246 100644 --- a/docs/README_docker_hub_iobroker.md +++ b/docs/README_docker_hub_iobroker.md @@ -115,7 +115,7 @@ You could use environment variables to auto configure your ioBroker container on * `IOB_STATESDB_TYPE` (optional, default: jsonl) Set type of ioBroker states db, could be "jsonl", "file" (deprecated) or "redis" * `IOB_STATESDB_HOST` (optional, default: 127.0.0.1) Set host for ioBroker states db, supports comma separated list for Redis Sentinel Cluster * `IOB_STATESDB_PORT` (optional, default: 9000) Set port for ioBroker states db, supports comma separated list for Redis Sentinel Cluster -* `IOB_STATESDB_PASS` (optional, default: 9000) Set authentication for Redis db connection +* `IOB_STATESDB_PASS` (optional) Set authentication for Redis db connection * `IOB_STATESDB_NAME` (optional, default: mymaster) Set name for Redis Sentinel cluster db ### Activate special features: