Добавлена ссылка "читать"
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -5,6 +5,7 @@ const branchFilename = __dirname + '/application_env';
|
||||
|
||||
const propsToSave = [
|
||||
'accessPassword',
|
||||
'bookReadLink',
|
||||
'loggingEnabled',
|
||||
'maxFilesDirSize',
|
||||
'queryCacheEnabled',
|
||||
|
||||
Reference in New Issue
Block a user