Make env vars warning more clear

This commit is contained in:
Nicolas Mowen 2024-10-02 20:44:53 -06:00 committed by GitHub
parent 6381028fd6
commit de32d38fce
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.
:::