From fee3418e600c390fcd78302a50acb94bae4da31e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 8 Dec 2022 05:47:27 -0700 Subject: [PATCH] Update advanced.md (#4634) --- docs/docs/configuration/advanced.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index 2b8b93f70..1472fa222 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -33,6 +33,13 @@ Examples of available modules are: This section can be used to set environment variables for those unable to modify the environment of the container (ie. within HassOS) +Example: + +```yaml +environment_vars: + VARIABLE_NAME: variable_value +``` + ### `database` Event and recording information is managed in a sqlite database at `/media/frigate/frigate.db`. If that database is deleted, recordings will be orphaned and will need to be cleaned up manually. They also won't show up in the Media Browser within Home Assistant.