mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-04-01 01:17:00 +02:00
Clarify environment variables
Based on issue #1976 - specify explicitly that these fields can include environment variables to avoid interpretation that environment variables could be used anywhere. I am participating in #hacktoberfest, so I would appreciate if you could add the 'hacktoberfest-accepted' label (or add #hacktoberfest topic to your repo). Thanks!
This commit is contained in:
parent
25bb515afc
commit
0bd3be94ec
@ -48,8 +48,8 @@ mqtt:
|
|||||||
# Optional: user
|
# Optional: user
|
||||||
user: mqtt_user
|
user: mqtt_user
|
||||||
# Optional: password
|
# Optional: password
|
||||||
# NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}.
|
# NOTE: MQTT password can be specified with an environment variables that must begin with 'FRIGATE_'.
|
||||||
# eg. password: '{FRIGATE_MQTT_PASSWORD}'
|
# e.g. password: '{FRIGATE_MQTT_PASSWORD}'
|
||||||
password: password
|
password: password
|
||||||
# Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None)
|
# Optional: tls_ca_certs for enabling TLS using self-signed certs (default: None)
|
||||||
tls_ca_certs: /path/to/ca.crt
|
tls_ca_certs: /path/to/ca.crt
|
||||||
@ -319,7 +319,7 @@ cameras:
|
|||||||
# Required: A list of input streams for the camera. See documentation for more information.
|
# Required: A list of input streams for the camera. See documentation for more information.
|
||||||
inputs:
|
inputs:
|
||||||
# Required: the path to the stream
|
# Required: the path to the stream
|
||||||
# NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {}
|
# NOTE: path may include environment variables, which must begin with 'FRIGATE_' and be referenced in {}
|
||||||
- path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2
|
- path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2
|
||||||
# Required: list of roles for this stream. valid values are: detect,record,rtmp
|
# Required: list of roles for this stream. valid values are: detect,record,rtmp
|
||||||
# NOTICE: In addition to assigning the record, and rtmp roles,
|
# NOTICE: In addition to assigning the record, and rtmp roles,
|
||||||
|
Loading…
Reference in New Issue
Block a user