mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-14 09:08:27 -04:00
5 lines
123 B
Python
5 lines
123 B
Python
BASE_DIR = "/media/frigate"
|
|
CLIPS_DIR = f"{BASE_DIR}/clips"
|
|
RECORD_DIR = f"{BASE_DIR}/recordings"
|
|
CACHE_DIR = "/tmp/cache"
|