Удален параметр конфига extendedSearch

This commit is contained in:
Book Pauk
2022-10-31 16:25:30 +07:00
parent e0c856ce8e
commit ca812f0eb4
4 changed files with 2 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ module.exports = {
execDir,
accessPassword: '',
extendedSearch: true,
bookReadLink: '',
loggingEnabled: true,
@@ -28,7 +27,7 @@ module.exports = {
lowMemoryMode: false,
fullOptimization: false,
webConfigParams: ['name', 'version', 'branch', 'bookReadLink', 'dbVersion', 'extendedSearch'],
webConfigParams: ['name', 'version', 'branch', 'bookReadLink', 'dbVersion'],
allowRemoteLib: false,
remoteLib: false,

View File

@@ -6,7 +6,6 @@ const branchFilename = __dirname + '/application_env';
const propsToSave = [
'accessPassword',
'extendedSearch',
'bookReadLink',
'loggingEnabled',
'dbCacheSize',