mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fixed type
This commit is contained in:
parent
fe599a23f3
commit
09983dd5ef
@ -672,7 +672,7 @@ class DatabaseConfig(FrigateBaseModel):
|
|||||||
default="frigate", title="Database password."
|
default="frigate", title="Database password."
|
||||||
)
|
)
|
||||||
port: int = Field(
|
port: int = Field(
|
||||||
default=3306, title="Database password."
|
default=3306, title="Database server port."
|
||||||
)
|
)
|
||||||
|
|
||||||
class ModelConfig(FrigateBaseModel):
|
class ModelConfig(FrigateBaseModel):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user