frigate/web/public/locales/en/config/database.json

9 lines
282 B
JSON
Raw Normal View History

{
2026-01-28 02:10:29 +03:00
"label": "Database",
2026-01-29 18:43:43 +03:00
"description": "Settings for the SQLite database used by Frigate to store tracked object and recording metadata.",
"path": {
"label": "Database path",
"description": "Filesystem path where the Frigate SQLite database file will be stored."
}
}