Update and fix some config values
This commit is contained in:
parent
4278cc3443
commit
9b8fc4ac14
4
config
4
config
@ -93,10 +93,10 @@
|
||||
|
||||
# Storage backend
|
||||
# Value: multifilesystem
|
||||
#type = filesystem
|
||||
#type = multifilesystem
|
||||
|
||||
# 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.)
|
||||
# Disabling it increases the risk of data loss, when the system crashes or
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user