Add ZM_PATH_API setting

pull/3680/head
Isaac Connor 2023-03-24 10:39:34 -04:00
parent c30a40912e
commit b1ed56fbec
2 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,8 @@ set(ZM_DIR_SOUNDS "sounds" CACHE PATH
"Location to look for optional sound files, default: sounds")
set(ZM_PATH_ZMS "/cgi-bin/nph-zms" CACHE PATH
"Web url to zms streaming server, default: /cgi-bin/nph-zms")
set(ZM_PATH_API "/zm/api" CACHE PATH
"Web url to api, default: /zm/api")
set(ZM_PATH_SHUTDOWN "/sbin/shutdown" CACHE PATH
"Path to shutdown binary, default: /sbin/shutdown")

View File

@ -27,6 +27,9 @@ 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@