Change default dropfile path to just ./enigma-bbs/drop/ so we can have a shorter name for Win16 binaries

This commit is contained in:
Bryan Ashby 2018-12-08 23:41:42 -07:00
parent ecb0cd8941
commit 2474e82829
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ function getDefaultConfig() {
logs : paths.join(__dirname, './../logs/'), // :TODO: set up based on system, e.g. /var/logs/enigmabbs or such
db : paths.join(__dirname, './../db/'),
modsDb : paths.join(__dirname, './../db/mods/'),
dropFiles : paths.join(__dirname, './../dropfiles/'), // + "/node<x>/
dropFiles : paths.join(__dirname, './../drop/'), // + "/node<x>/
misc : paths.join(__dirname, './../misc/'),
},