settings: the default dirty.db location should be var/dirty.db
This is the location that is choosen by default when Etherpad starts with no settings.json file. It was different than the one contained into setting.json.template.pull/3467/head
parent
cb07805022
commit
b635371d52
|
@ -78,7 +78,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, "dirty.db") };
|
exports.dbSettings = { "filename" : path.join(exports.root, "var/dirty.db") };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default Text of a new pad
|
* The default Text of a new pad
|
||||||
|
|
Loading…
Reference in New Issue