* Apply now semi functional

This commit is contained in:
Bryan Ashby 2015-04-14 22:27:07 -06:00
parent 77600d3dde
commit 5eee568586
4 changed files with 119 additions and 63 deletions

View file

@ -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/'),