78 lines
2.7 KiB
Plaintext
78 lines
2.7 KiB
Plaintext
# ==========================================================================
|
|
#
|
|
# ZoneMinder System Paths Configuration
|
|
#
|
|
# ==========================================================================
|
|
#
|
|
# This config file contains the variables previously found under Options -> Paths
|
|
#
|
|
# *** DO NOT EDIT THIS FILE ***
|
|
#
|
|
# To make custom changes to the variables below, create a new configuration
|
|
# file, with an extension of .conf, containing your desired modifications.
|
|
#
|
|
|
|
# Full path to the folder events are recorded to.
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_DIR_EVENTS=@ZM_DIR_EVENTS@
|
|
|
|
# Foldername under the webroot where ZoneMinder looks for optional sound files
|
|
# to play when an alarm is detected.
|
|
ZM_DIR_SOUNDS=@ZM_DIR_SOUNDS@
|
|
|
|
# Full path to the folder where exported archives are stored
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_DIR_EXPORTS=@ZM_TMPDIR@
|
|
|
|
# ZoneMinder url path to the zms streaming server
|
|
ZM_PATH_ZMS=@ZM_PATH_ZMS@
|
|
|
|
# ZoneMinder url path to the zms streaming server
|
|
ZM_PATH_API=@ZM_PATH_API@
|
|
|
|
# Full Path to ZoneMinder's mapped memory files
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_PATH_MAP=@ZM_PATH_MAP@
|
|
|
|
# Full Path to ZoneMinder's socket folder
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_PATH_SOCKS=@ZM_SOCKDIR@
|
|
|
|
# Full path to ZoneMinder's log folder
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_PATH_LOGS=@ZM_LOGDIR@
|
|
|
|
# Full path to ZoneMinder's swap folder
|
|
# The web account user must have full read/write permission to this folder.
|
|
ZM_PATH_SWAP=@ZM_TMPDIR@
|
|
|
|
# Full path to optional arp binary
|
|
# ZoneMinder will find the arp binary automatically on most systems
|
|
ZM_PATH_ARP="@ZM_PATH_ARP@"
|
|
|
|
# Full path to optional arp-scan binary
|
|
# ZoneMinder will find the arp-scan binary automatically on most systems
|
|
ZM_PATH_ARP_SCAN="@ZM_PATH_ARP_SCAN@"
|
|
|
|
# Full path to optional rm binary or just rm to use PATH
|
|
# ZoneMinder will find the rm binary automatically on most systems
|
|
ZM_PATH_RM="@ZM_PATH_RM@"
|
|
|
|
# Full path to optional uname binary or just uname to use PATH
|
|
# ZoneMinder will find the uname binary automatically on most systems
|
|
ZM_PATH_UNAME="@ZM_PATH_UNAME@"
|
|
|
|
# Full path to optional ip binary or just ip to use PATH
|
|
# ZoneMinder will find the ip binary automatically on most systems
|
|
ZM_PATH_IP="@ZM_PATH_IP@"
|
|
|
|
# Full path to optional ifconfig binary or just ifconfig to use PATH
|
|
# ZoneMinder will find the ifconfig binary automatically on most systems
|
|
ZM_PATH_IFCONFIG="@ZM_PATH_IFCONFIG@"
|
|
|
|
#Full path to shutdown binary
|
|
ZM_PATH_SHUTDOWN="@ZM_PATH_SHUTDOWN@"
|
|
|
|
# Path to FFmpeg binary
|
|
ZM_PATH_FFMPEG="@FFMPEG_EXECUTABLE@"
|