forked from pliablepixels/zmeventnotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.example.yml
More file actions
36 lines (29 loc) · 1.35 KB
/
secrets.example.yml
File metadata and controls
36 lines (29 loc) · 1.35 KB
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
26
27
28
29
30
31
32
33
34
35
36
# your secrets file
secrets:
# fid can have the following values:
# a particular <frameid>, alarm or snapshot
# starting ZM 1.35, you can also specify
# objdetect_mp4, objdetect_gif or objdetect_image
# this needs create_animation enabled in objectconfig.yml and associated flags
# If you keep it to objdetect, if you created a GIF file in objectconfig, then
# a GIF file will be used else an image. If you opted for MP4 in objectconfig,
# you need to change this to objdetect_mp4
# Note that on Android, mp4/gif does not work. iOS only.
ZMES_PICTURE_URL: "https://portal/zm/index.php?view=image&eid=EVENTID&fid=objdetect&width=600"
#ZMES_PICTURE_URL: "https://portal/zm/index.php?view=image&eid=EVENTID&fid=snapshot&width=600"
ZM_USER: user
ZM_PASSWORD: password
ES_ADMIN_INTERFACE_PASSWORD: your_admin_interface_password
ZM_PORTAL: "https://portal/zm"
ZM_API_PORTAL: "https://portal/zm/api"
ES_CERT_FILE: /path/to/cert/file.pem
ES_KEY_FILE: /path/to/key/file.pem
ML_USER: your_mlapi_user
ML_PASSWORD: your_mlapi_password
PLATEREC_ALPR_KEY: your_plate_recognizer_api_key
OPENALPR_ALPR_KEY: your_openalpr_api_key
ESCONTROL_INTERFACE_PASSWORD: yourescontrolpassword
MQTT_USERNAME: your_mqtt_username
MQTT_PASSWORD: your_mqtt_password
PUSHOVER_APP_TOKEN: your_pushover_app_token
PUSHOVER_USER_KEY: your_pushover_user_key