default dirty.db to current pwd, so no new directory has to be created

This commit is contained in:
Matthias Bartelmeß 2012-04-20 22:39:16 +02:00
parent e9fc16a974
commit c90ef5aeb8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ exports.dbType = "dirty";
/**
* This setting is passed with dbType to ueberDB to set up the database
*/
exports.dbSettings = { "filename" : path.join(exports.root, "var/dirty.db") };
exports.dbSettings = { "filename" : path.join(exports.root, "dirty.db") };
/**
* The default Text of a new pad
*/