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:
parent
36feabb680
commit
16c6f55ebd
3 changed files with 279 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue