Skip to content

Commit

Permalink
Update advanced.md (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Dec 8, 2022
1 parent 2a5ab77 commit fee3418
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/configuration/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fee3418

Please sign in to comment.