Make env vars warning more clear (#14128)

This commit is contained in:
Nicolas Mowen 2024-10-02 20:52:58 -06:00 committed by GitHub
parent 6381028fd6
commit 077402406b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
:::