9 lines
349 B
Bash
9 lines
349 B
Bash
# Required only when creating or updating camera credentials.
|
|
# Set outside the repository to a Base64-encoded random 32-byte key.
|
|
SENSE_CREDENTIAL_KEY=
|
|
|
|
# Required before ONVIF discovery or manual probing. Use only explicitly
|
|
# approved local interface/IP ranges; comma-separate multiple CIDRs.
|
|
SENSE_ONVIF_DISCOVERY_IP=
|
|
SENSE_ONVIF_ALLOWED_CIDRS=
|