1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Add hook for storage changes

This commit is contained in:
Unrud 2016-06-11 10:34:18 +02:00
parent ef63865e31
commit 0263251ecf
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",