Frigate specific environment variable

This commit is contained in:
bartbutenaers 2025-03-16 22:26:51 +01:00 committed by GitHub
parent 8fc15bfc37
commit 03ff637eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}