Split the storage filesystem backend into another file

This commit is contained in:
Guillaume Ayoub
2012-01-12 02:18:06 +01:00
parent f2d491ea61
commit b1414c152d
7 changed files with 201 additions and 71 deletions

8
config
View File

@ -72,8 +72,14 @@ courier_socket =
[storage]
# Storage backend
type = filesystem
# Folder for storing local calendars, created if not present
folder = ~/.config/radicale/calendars
filesystem_folder = ~/.config/radicale/calendars
# Git repository for storing local calendars, created if not present
filesystem_folder = ~/.config/radicale/calendars
[logging]