From 077402406b3e577f4eae027c27915832e703535f Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 2 Oct 2024 20:52:58 -0600 Subject: [PATCH] Make env vars warning more clear (#14128) --- docs/docs/integrations/plus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index 23a66cbde..0ee056414 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -23,7 +23,7 @@ In Frigate, you can use an environment variable or a docker secret named `PLUS_A :::warning -You cannot use the `environment_vars` section of your configuration file to set this environment variable. +You cannot use the `environment_vars` section of your Frigate configuration file to set this environment variable. It must be defined as an environment variable in the docker config or HA addon config. :::