mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 23:41:57 +02:00
* Move idle config to user
* More 'config new' enhancements
This commit is contained in:
parent
f592da2645
commit
e8e9df767f
4 changed files with 77 additions and 16 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue