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:
muxator 2018-08-21 21:57:13 +02:00
parent cb07805022
commit b635371d52

View file

@ -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