mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Frigate specific environment variable
This commit is contained in:
parent
8fc15bfc37
commit
03ff637eab
@ -3,7 +3,7 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
base_path = os.environ.get("BASE_PATH", "")
|
||||
base_path = os.environ.get("FRIGATE_BASE_PATH", "")
|
||||
|
||||
result: dict[str, any] = {"base_path": base_path}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user