-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig_example.json
More file actions
26 lines (25 loc) · 897 Bytes
/
config_example.json
File metadata and controls
26 lines (25 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"server_port": "9767" ,
"server_mjpeg_endpoint_url": "/frame.jpeg" ,
"device_id": 0 ,
"frame_interval_milliseconds": 15 ,
"delta_threshold": 5 ,
"show_display": false ,
"minimum_area": 1000 ,
"minimum_motion_counter_before_event": 3 ,
"minimum_events_before_alert": 3 ,
"alert_cooloff_duration_seconds": 15 ,
"alert_server_post_url": "http://192.168.1.122:9379/process" ,
"frame_clipping": {
"x1": 0 ,
"x2": 640 ,
"y1": 0 ,
"y2": 480
} ,
"time_zone": "America/New_York" ,
"jwt_secret": "waduwaduwaduwaduwadu" ,
"cookie_32_secret": "YUxjYltbRkl4SVdQa1lZa2NLIzJNfnN9WmdBOFRGRSM=" ,
"cookie_32_salt": "QC4vYndpbW8vczdBO0J1d2wiS1ZLeHRUPiMpTmYvfi0=" ,
"login_form_passphrase": "waduwaduwaduwaduwadu" ,
"login_sha256_sum": "8dc2290137eb94dd0cb51befa8ee086b188239ecb4908cf23a89144d9fe7e7e6"
}