mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25: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."
|
||||
)
|
||||
port: int = Field(
|
||||
default=3306, title="Database password."
|
||||
default=3306, title="Database server port."
|
||||
)
|
||||
|
||||
class ModelConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user