Работа над проектом

This commit is contained in:
Book Pauk
2022-08-19 17:16:39 +07:00
parent fc38c55eb1
commit 0b0a51e5d4
6 changed files with 185 additions and 181 deletions

View File

@@ -18,6 +18,7 @@ module.exports = {
loggingEnabled: true,
maxFilesDirSize: 1024*1024*1024,//1Gb
cacheCleanInterval: 60,//minutes
webConfigParams: ['name', 'version', 'branch'],

View File

@@ -6,7 +6,8 @@ const branchFilename = __dirname + '/application_env';
const propsToSave = [
'loggingEnabled',
'maxFilesDirSize',
'server',
'cacheCleanInterval',
'server',
];
let instance = null;