mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
change configdata.pm.in defaults
This commit is contained in:
@@ -2450,7 +2450,7 @@ our @options = (
|
||||
},
|
||||
{
|
||||
name => 'ZM_RUN_AUDIT',
|
||||
default => 'yes',
|
||||
default => 'no',
|
||||
description => 'Run zmaudit to check data consistency',
|
||||
help => q`
|
||||
The zmaudit daemon exists to check that the saved information
|
||||
@@ -2679,7 +2679,7 @@ our @options = (
|
||||
},
|
||||
{
|
||||
name => 'ZM_OPT_CONTROL',
|
||||
default => 'no',
|
||||
default => 'yes',
|
||||
description => 'Support controllable (e.g. PTZ) cameras',
|
||||
help => q`
|
||||
ZoneMinder includes limited support for controllable cameras. A
|
||||
@@ -2892,7 +2892,7 @@ our @options = (
|
||||
},
|
||||
{
|
||||
name => 'ZM_WEB_LIST_THUMBS',
|
||||
default => 'no',
|
||||
default => 'yes',
|
||||
description => 'Display mini-thumbnails of event images in event lists',
|
||||
help => q`
|
||||
Ordinarily the event lists just display text details of the
|
||||
|
||||
Reference in New Issue
Block a user