From c5ccc0fb08cdcfd35d2dae534724103bfb7c82a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= Date: Thu, 4 Jan 2024 00:58:40 +0100 Subject: [PATCH] Fix typo: an environment variables (#9157) --- 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 6fc7873f2..8d7547b72 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -77,11 +77,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)