mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
* Start work on database & users
This commit is contained in:
parent
eab6da2b0a
commit
7a3e375f5d
7 changed files with 196 additions and 41 deletions
|
@ -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 : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue