mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
default dirty.db to current pwd, so no new directory has to be created
This commit is contained in:
parent
e9fc16a974
commit
c90ef5aeb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue