mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Split the storage filesystem backend into another file
This commit is contained in:
parent
f2d491ea61
commit
b1414c152d
7 changed files with 201 additions and 71 deletions
|
@ -63,7 +63,11 @@ INITIAL_CONFIG = {
|
|||
"pam_group_membership": "",
|
||||
"courier_socket": ""},
|
||||
"storage": {
|
||||
"folder": os.path.expanduser("~/.config/radicale/calendars")},
|
||||
"type": "filesystem",
|
||||
"filesystem_folder":
|
||||
os.path.expanduser("~/.config/radicale/calendars"),
|
||||
"git_folder":
|
||||
os.path.expanduser("~/.config/radicale/calendars")},
|
||||
"logging": {
|
||||
"config": "/etc/radicale/logging",
|
||||
"debug": "False",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue