Initial *untested* support for database storage

This commit is contained in:
Guillaume Ayoub
2013-04-20 12:51:32 +02:00
parent 36feabb680
commit 16c6f55ebd
3 changed files with 279 additions and 2 deletions

View File

@@ -73,8 +73,7 @@ INITIAL_CONFIG = {
"type": "filesystem",
"filesystem_folder": os.path.expanduser(
"~/.config/radicale/collections"),
"git_folder": os.path.expanduser(
"~/.config/radicale/collections")},
"database_url": ""},
"logging": {
"config": "/etc/radicale/logging",
"debug": "False",