Добавлена ссылка "читать"

This commit is contained in:
Book Pauk
2022-09-30 17:32:05 +07:00
parent 55b4cc39d9
commit d3f1e19b8f
4 changed files with 23 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ module.exports = {
publicDir: `${dataDir}/public`,
accessPassword: '',
bookReadLink: '',
loggingEnabled: true,
maxFilesDirSize: 1024*1024*1024,//1Gb
@@ -23,7 +24,7 @@ module.exports = {
cacheCleanInterval: 60,//minutes
lowMemoryMode: false,
webConfigParams: ['name', 'version', 'branch'],
webConfigParams: ['name', 'version', 'branch', 'bookReadLink'],
server: {
ip: '0.0.0.0',

View File

@@ -5,6 +5,7 @@ const branchFilename = __dirname + '/application_env';
const propsToSave = [
'accessPassword',
'bookReadLink',
'loggingEnabled',
'maxFilesDirSize',
'queryCacheEnabled',