Добавлена возможность доступа по паролю

This commit is contained in:
Book Pauk
2022-09-26 17:27:45 +07:00
parent afef0ed04c
commit 0b6b014d5f
12 changed files with 358 additions and 58 deletions

View File

@@ -4,6 +4,7 @@ const fs = require('fs-extra');
const branchFilename = __dirname + '/application_env';
const propsToSave = [
'accessPassword',
'loggingEnabled',
'maxFilesDirSize',
'queryCacheEnabled',