В конфиг добавлен параметр extendedSearch

This commit is contained in:
Book Pauk
2022-10-25 16:39:37 +07:00
parent 03e5a87eb3
commit 739f06226f
3 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
execDir,
accessPassword: '',
extendedSearch: true,
bookReadLink: '',
loggingEnabled: true,

View File

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