1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

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",