mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
enable tls by default if undefined (#11994)
This commit is contained in:
parent
e208241eea
commit
f1bb797fe0
@ -23,6 +23,6 @@ try:
|
||||
except FileNotFoundError:
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user