mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Frigate specific environment variable
This commit is contained in:
parent
8fc15bfc37
commit
03ff637eab
@ -3,7 +3,7 @@
|
|||||||
import json
|
import json
|
||||||
import os
|
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}
|
result: dict[str, any] = {"base_path": base_path}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user