Merge pull request #429 from Unrud/hook

Add hook for storage changes
This commit is contained in:
Guillaume Ayoub
2016-07-30 15:26:17 +02:00
committed by GitHub
3 changed files with 17 additions and 1 deletions

View File

@@ -60,7 +60,8 @@ INITIAL_CONFIG = {
"storage": {
"type": "multifilesystem",
"filesystem_folder": os.path.expanduser(
"~/.config/radicale/collections")},
"~/.config/radicale/collections"),
"hook": ""},
"logging": {
"config": "/etc/radicale/logging",
"debug": "False",