Изменения механизма ограничения доступа

This commit is contained in:
Book Pauk
2022-11-27 18:12:59 +07:00
parent dca59e02dd
commit 59b4f48897
5 changed files with 80 additions and 10 deletions

View File

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

View File

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