mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 10:45:56 +02:00
Mods DB location
This commit is contained in:
parent
8f1301d647
commit
57180da398
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ function getDefaultConfig() {
|
||||||
themes : paths.join(__dirname, './../mods/themes/'),
|
themes : paths.join(__dirname, './../mods/themes/'),
|
||||||
logs : paths.join(__dirname, './../logs/'), // :TODO: set up based on system, e.g. /var/logs/enigmabbs or such
|
logs : paths.join(__dirname, './../logs/'), // :TODO: set up based on system, e.g. /var/logs/enigmabbs or such
|
||||||
db : paths.join(__dirname, './../db/'),
|
db : paths.join(__dirname, './../db/'),
|
||||||
|
modsDb : paths.join(__dirname, './../db/mods/'),
|
||||||
dropFiles : paths.join(__dirname, './../dropfiles/'), // + "/node<x>/
|
dropFiles : paths.join(__dirname, './../dropfiles/'), // + "/node<x>/
|
||||||
misc : paths.join(__dirname, './../misc/'),
|
misc : paths.join(__dirname, './../misc/'),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue