Initial *untested* support for database storage
This commit is contained in:
7
config
7
config
@ -89,11 +89,18 @@ file = ~/.config/radicale/rights
|
||||
|
||||
[storage]
|
||||
# Storage backend
|
||||
# Value: filesystem | database
|
||||
type = filesystem
|
||||
|
||||
# Folder for storing local collections, created if not present
|
||||
filesystem_folder = ~/.config/radicale/collections
|
||||
|
||||
# Database URL for SQLAlchemy
|
||||
# dialect+driver://user:password@host/dbname[?key=value..]
|
||||
# For example: sqlite:///var/db/radicale.db, postgresql://user:password@localhost/radicale
|
||||
# See http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#sqlalchemy.create_engine
|
||||
database_url =
|
||||
|
||||
|
||||
[logging]
|
||||
# Logging configuration file
|
||||
|
Reference in New Issue
Block a user