-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsecrets.example.yml
More file actions
25 lines (20 loc) · 838 Bytes
/
secrets.example.yml
File metadata and controls
25 lines (20 loc) · 838 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
# your secrets file
secrets:
# fid can be: objdetect (annotated frame), snapshot, alarm, or a numeric frame ID
ZMES_PICTURE_URL: "https://portal/zm/index.php?view=image&eid=EVENTID&fid=objdetect&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