mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55:26 +03:00
Create config_data.yml
This commit is contained in:
parent
c5ccc0fb08
commit
f421ace049
20
.github/ISSUE_TEMPLATE/config_data.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/config_data.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
mqtt:
|
||||||
|
host: mqtt.example.com
|
||||||
|
port: 1883
|
||||||
|
username: your_username
|
||||||
|
password: your_password
|
||||||
|
topic_prefix: nvr/
|
||||||
|
|
||||||
|
detectors:
|
||||||
|
type: yolov3
|
||||||
|
model_path: /path/to/yolov3/model
|
||||||
|
confidence_threshold: 0.5
|
||||||
|
|
||||||
|
database:
|
||||||
|
type: postgresql
|
||||||
|
host: db.example.com
|
||||||
|
port: 5432
|
||||||
|
username: db_user
|
||||||
|
password: db_password
|
||||||
|
database_name: nvr_database
|
||||||
|
table_prefix: nvr_
|
||||||
Loading…
Reference in New Issue
Block a user