mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +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
|
@ -178,6 +178,9 @@ function getDefaultConfig() {
|
|||
'sysop', 'admin', 'administrator', 'root', 'all',
|
||||
'areamgr', 'filemgr', 'filefix', 'areafix', 'allfix'
|
||||
],
|
||||
|
||||
preAuthIdleLogoutSeconds : 60 * 3, // 3m
|
||||
idleLogoutSeconds : 60 * 6, // 6m
|
||||
},
|
||||
|
||||
theme : {
|
||||
|
@ -906,14 +909,7 @@ function getDefaultConfig() {
|
|||
}
|
||||
},
|
||||
|
||||
misc : {
|
||||
preAuthIdleLogoutSeconds : 60 * 3, // 3m
|
||||
idleLogoutSeconds : 60 * 6, // 6m
|
||||
},
|
||||
|
||||
logging : {
|
||||
level : 'debug',
|
||||
|
||||
rotatingFile : { // set to 'disabled' or false to disable
|
||||
type : 'rotating-file',
|
||||
fileName : 'enigma-bbs.log',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue