Split the storage filesystem backend into another file
This commit is contained in:
8
config
8
config
@ -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]
|
||||
|
Reference in New Issue
Block a user