* Start work on database & users

This commit is contained in:
NuSkooler 2014-10-19 23:30:44 -06:00
parent eab6da2b0a
commit 7a3e375f5d
7 changed files with 196 additions and 41 deletions

View file

@ -6,6 +6,7 @@ var paths = require('path');
var miscUtil = require('./misc_util.js');
module.exports = {
// :TODO: remove this ... anti-pattern!
config : undefined,
defaultPath : function() {
@ -31,6 +32,7 @@ module.exports = {
servers : paths.join(__dirname, './servers/'),
art : paths.join(__dirname, './../mods/art/'),
logs : paths.join(__dirname, './../logs/'), // :TODO: set up based on system, e.g. /var/logs/enigmabbs or such
db : paths.join(__dirname, './../db/'),
},
servers : {