Add config options to template
This commit is contained in:
parent
ce16f17081
commit
793c05ee82
|
@ -50,6 +50,21 @@
|
||||||
general: {
|
general: {
|
||||||
// Your BBS Name!
|
// Your BBS Name!
|
||||||
boardName: XXXXX
|
boardName: XXXXX
|
||||||
|
|
||||||
|
// Your BBS name, with pipe codes for styling
|
||||||
|
prettyBoardName : '|08XXXXX'
|
||||||
|
|
||||||
|
// Telnet hostname and port for your board
|
||||||
|
telnetHostname : 'xibalba.l33t.codes:44510'
|
||||||
|
|
||||||
|
// SSH hostname and port for your board
|
||||||
|
sshHostname : 'xibalba.l33t.codes:44511'
|
||||||
|
|
||||||
|
// Your board's website
|
||||||
|
website : 'https://enigma-bbs.github.io'
|
||||||
|
|
||||||
|
// Short board description
|
||||||
|
description : 'Yet another awesome ENiGMA½ BBS'
|
||||||
}
|
}
|
||||||
|
|
||||||
paths: {
|
paths: {
|
||||||
|
@ -274,6 +289,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chatServers: {
|
||||||
|
// multi relay chat settings. No need to sign up, just enable it.
|
||||||
|
// More info: https://bbswiki.bottomlessabyss.net/index.php?title=MRC_Chat_platform
|
||||||
|
mrc: {
|
||||||
|
enabled : false
|
||||||
|
serverHostname : 'mrc.bottomlessabyss.net'
|
||||||
|
serverPort : 5000
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Currently, ENiGMA½ can use external email to mail
|
// Currently, ENiGMA½ can use external email to mail
|
||||||
// users for password resets. Additional functionality will
|
// users for password resets. Additional functionality will
|
||||||
|
|
Loading…
Reference in New Issue