Move generic config options to general config section

This commit is contained in:
David Stephens 2019-05-31 21:20:18 +01:00
parent 19e10bb096
commit b6d0d0d95e
1 changed files with 6 additions and 8 deletions

View File

@ -169,6 +169,11 @@ function getDefaultConfig() {
return { return {
general : { general : {
boardName : 'Another Fine ENiGMA½ BBS', boardName : 'Another Fine ENiGMA½ BBS',
prettyBoardName : '|08A|07nother |07F|08ine |07E|08NiGMA|07½ B|08BS',
telnetHostname : '',
sshHostname : '',
website : 'https://enigma-bbs.github.io',
description : 'An ENiGMA½ BBS',
// :TODO: closedSystem prob belongs under users{}? // :TODO: closedSystem prob belongs under users{}?
closedSystem : false, // is the system closed to new users? closedSystem : false, // is the system closed to new users?
@ -454,15 +459,8 @@ function getDefaultConfig() {
enabled : true, enabled : true,
serverHostname : 'mrc.bottomlessabyss.net', serverHostname : 'mrc.bottomlessabyss.net',
serverPort : 5000, serverPort : 5000,
retryDelay : 10000,
multiplexerPort : 5000, multiplexerPort : 5000,
bbsInfo : {
sysop : '',
telnet : '',
website : '',
ssh : '',
description : '',
}
} }
}, },