mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
removed old test ipv6 class from config.py
This commit is contained in:
parent
ad36d07ba1
commit
83674449be
@ -331,9 +331,6 @@ class FrigateConfig(FrigateBaseModel):
|
|||||||
go2rtc: RestreamConfig = Field(
|
go2rtc: RestreamConfig = Field(
|
||||||
default_factory=RestreamConfig, title="Global restream configuration."
|
default_factory=RestreamConfig, title="Global restream configuration."
|
||||||
)
|
)
|
||||||
ipv6: IPv6Config = Field(
|
|
||||||
default_factory=IPv6Config, title="IPv6 configuration."
|
|
||||||
)
|
|
||||||
mqtt: MqttConfig = Field(title="MQTT configuration.")
|
mqtt: MqttConfig = Field(title="MQTT configuration.")
|
||||||
notifications: NotificationConfig = Field(
|
notifications: NotificationConfig = Field(
|
||||||
default_factory=NotificationConfig, title="Global notification configuration."
|
default_factory=NotificationConfig, title="Global notification configuration."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user