Allow attach custom storage backend

This commit is contained in:
Sergey Fursov
2013-12-28 14:15:35 +04:00
parent a91a7790c5
commit 3b0328ca1e
6 changed files with 66 additions and 6 deletions

6
config
View File

@ -104,6 +104,7 @@ committer = Firstname Lastname <Radicale@Radicale.org>
[rights]
# Rights backend
# Value: regex
backend = "regex"
# Rights management method
@ -116,9 +117,12 @@ file = ~/.config/radicale/rights
[storage]
# Storage backend
# Value: filesystem | multifilesystem | database
# Value: filesystem | multifilesystem | database | custom
type = filesystem
# Custom storage handler
custom_handler =
# Folder for storing local collections, created if not present
filesystem_folder = ~/.config/radicale/collections