mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Delete PATH_BUILD and TIME_BUILD from zm.conf and setup default for
ZM_DB_TYPE
This commit is contained in:
@@ -9,12 +9,6 @@
|
||||
# or installations.
|
||||
#
|
||||
|
||||
# Path to build directory
|
||||
ZM_PATH_BUILD=@PATH_BUILD@
|
||||
|
||||
# Build time, used to record when to trigger various checks
|
||||
ZM_TIME_BUILD=@TIME_BUILD@
|
||||
|
||||
# Path to installed data directory, used mostly for finding DB upgrade scripts
|
||||
ZM_PATH_DATA=@PKGDATADIR@
|
||||
|
||||
@@ -37,7 +31,7 @@ ZM_PATH_CGI=@CGI_PREFIX@
|
||||
ZM_WEB_USER=@WEB_USER@
|
||||
ZM_WEB_GROUP=@WEB_GROUP@
|
||||
|
||||
# ZoneMinder database type: so far only mysql is supported
|
||||
# ZoneMinder database type
|
||||
ZM_DB_TYPE=@ZM_DB_TYPE@
|
||||
|
||||
# ZoneMinder database hostname or ip address
|
||||
|
||||
Reference in New Issue
Block a user