Update and fix some config values

This commit is contained in:
Guillaume Ayoub
2017-03-08 15:50:24 +01:00
parent 4278cc3443
commit 9b8fc4ac14
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ INITIAL_CONFIG = OrderedDict([
"help": "storage backend"}),
("filesystem_folder", {
"value": os.path.expanduser(
"/etc/radicale/collections"),
"/var/lib/radicale/collections"),
"help": "file for rights management from_file"}),
("filesystem_fsync", {
"value": "True",