mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Merge branch 'master' of https://github.com/DevelopIdeas/frigate
This commit is contained in:
commit
fe599a23f3
@ -650,7 +650,7 @@ class DatabaseTypeEnum(str, Enum):
|
||||
|
||||
class DatabaseConfig(FrigateBaseModel):
|
||||
type: DatabaseTypeEnum = Field(
|
||||
default=DatabaseTypeEnum.sqlite, title="Database connection method, sqlite, mysql"
|
||||
default=DatabaseTypeEnum.sqlite, title="Database connection method."
|
||||
)
|
||||
|
||||
# Only used for sqlite
|
||||
|
||||
Loading…
Reference in New Issue
Block a user