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

4
config
View File

@ -93,10 +93,10 @@
# Storage backend # Storage backend
# Value: multifilesystem # Value: multifilesystem
#type = filesystem #type = multifilesystem
# Folder for storing local collections, created if not present # Folder for storing local collections, created if not present
#filesystem_folder = /etc/radicale/collections #filesystem_folder = /var/lib/radicale/collections
# Sync all changes to disk during requests. (This can impair performance.) # Sync all changes to disk during requests. (This can impair performance.)
# Disabling it increases the risk of data loss, when the system crashes or # Disabling it increases the risk of data loss, when the system crashes or

View File

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