aports/main/zoneminder/zm-additional.sql
Kaarle Ritvanen 0cdf1253ac main/zoneminder: do not set paths using SQL
Set all paths via configure. Substituting absolute paths for relative
paths breaks certain URLs as they are passed directly to HTML pages.
2016-02-15 22:36:40 +02:00

5 lines
265 B
SQL

# Update settings to reflect alpine linux default install
update Config set Value = '/cgi-bin/zm/nph-zms' where Name = 'ZM_PATH_ZMS';
update Config set Value = '-5' where Name = 'ZM_LOG_LEVEL_SYSLOG';
update Config set Value = '0' where Name = 'ZM_LOG_LEVEL_FILE';