1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-28 19:40:54 +00:00

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",