From d34a37d310dec465a04bb49a2440c9bf9aaf9bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Mon, 1 Jan 2024 13:51:20 +0100 Subject: [PATCH] Fix typo: an environment variables --- docs/docs/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 86f5174ae..061967a18 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -70,11 +70,11 @@ mqtt: # NOTE: must be unique if you are running multiple instances client_id: frigate # Optional: user - # NOTE: MQTT user can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'. + # NOTE: MQTT user can be specified with an environment variable or docker secrets that must begin with 'FRIGATE_'. # e.g. user: '{FRIGATE_MQTT_USER}' user: mqtt_user # Optional: password - # NOTE: MQTT password can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'. + # NOTE: MQTT password can be specified with an environment variable or docker secrets that must begin with 'FRIGATE_'. # e.g. password: '{FRIGATE_MQTT_PASSWORD}' password: password # Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None)