mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
* Apply now semi functional
This commit is contained in:
parent
77600d3dde
commit
5eee568586
4 changed files with 119 additions and 63 deletions
|
@ -27,6 +27,12 @@ module.exports = {
|
|||
|
||||
preLoginTheme : '*',
|
||||
|
||||
users : {
|
||||
usernameMin : 2,
|
||||
usernameMax : 22,
|
||||
passwordMin : 6,
|
||||
},
|
||||
|
||||
paths : {
|
||||
mods : paths.join(__dirname, './../mods/'),
|
||||
servers : paths.join(__dirname, './servers/'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue