mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-05 10:40:59 +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
@ -44,7 +44,7 @@ exports.dbType = "dirty";
|
|||||||
/**
|
/**
|
||||||
* This setting is passed with dbType to ueberDB to set up the database
|
* 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
|
* The default Text of a new pad
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user