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:
parent
ef63865e31
commit
0263251ecf
3 changed files with 17 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue