mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
enable tls by default if undefined (#11994)
This commit is contained in:
@@ -23,6 +23,6 @@ try:
|
|||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
config: dict[str, any] = {}
|
config: dict[str, any] = {}
|
||||||
|
|
||||||
tls_config: dict[str, any] = config.get("tls", {})
|
tls_config: dict[str, any] = config.get("tls", {"enabled": True})
|
||||||
|
|
||||||
print(json.dumps(tls_config))
|
print(json.dumps(tls_config))
|
||||||
|
Reference in New Issue
Block a user