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.
This commit is contained in:
parent
cb07805022
commit
b635371d52
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ exports.dbType = "dirty";
|
|||
/**
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue