1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-22 19:20:54 +00:00

Change "calendar" into "collection" when needed.

WARNING: the default folders storing calendars/addressbooks have been changed
This commit is contained in:
Guillaume Ayoub 2012-01-25 14:53:46 +01:00
parent d5b1cdcbf2
commit 4299348776
4 changed files with 11 additions and 11 deletions

View file

@ -65,9 +65,9 @@ INITIAL_CONFIG = {
"storage": {
"type": "filesystem",
"filesystem_folder":
os.path.expanduser("~/.config/radicale/calendars"),
os.path.expanduser("~/.config/radicale/collections"),
"git_folder":
os.path.expanduser("~/.config/radicale/calendars")},
os.path.expanduser("~/.config/radicale/collections")},
"logging": {
"config": "/etc/radicale/logging",
"debug": "False",