mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add default timerange
This commit is contained in:
parent
62d8b5b1a2
commit
8b4b106bbf
@ -5,6 +5,10 @@ CACHE_DIR = "/tmp/cache"
|
||||
YAML_EXT = (".yaml", ".yml")
|
||||
PLUS_ENV_VAR = "PLUS_API_KEY"
|
||||
PLUS_API_HOST = "https://api.frigate.video"
|
||||
|
||||
### Default Args
|
||||
|
||||
DEFAULT_TIME_RANGE = "00:00,24:00"
|
||||
MAX_SEGMENT_DURATION = 600
|
||||
|
||||
# Regex Consts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user