В конфиг добавлен параметр extendedSearch
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = {
|
||||
execDir,
|
||||
|
||||
accessPassword: '',
|
||||
extendedSearch: true,
|
||||
bookReadLink: '',
|
||||
loggingEnabled: true,
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ const branchFilename = __dirname + '/application_env';
|
||||
|
||||
const propsToSave = [
|
||||
'accessPassword',
|
||||
'extendedSearch',
|
||||
'bookReadLink',
|
||||
'loggingEnabled',
|
||||
'dbCacheSize',
|
||||
|
||||
Reference in New Issue
Block a user