* Move idle config to user

* More 'config new' enhancements
This commit is contained in:
Bryan Ashby 2018-11-11 01:00:42 -07:00
parent f592da2645
commit e8e9df767f
4 changed files with 77 additions and 16 deletions

View file

@ -37,9 +37,13 @@ function getAnswers(questions, cb) {
const ConfigIncludeKeys = [
'theme',
'users.preAuthIdleLogoutSeconds', 'users.idleLogoutSeconds',
'users.newUserNames',
'paths.logs',
'loginServers',
'contentServers',
'fileBase.areaStoragePrefix',
'logging.rotatingFile',
];
const HJSONStringifyComonOpts = {