mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Update config file to warn about supported storage backends
This commit is contained in:
parent
41b29cbe64
commit
9f81e4e613
1 changed files with 4 additions and 0 deletions
|
@ -634,6 +634,10 @@ default configuration file, with the main parameters:
|
||||||
|
|
||||||
[storage]
|
[storage]
|
||||||
# Storage backend
|
# Storage backend
|
||||||
|
# -------
|
||||||
|
# WARNING: ONLY "filesystem" IS DOCUMENTED AND TESTED,
|
||||||
|
# OTHER BACKENDS ARE NOT READY FOR PRODUCTION.
|
||||||
|
# -------
|
||||||
# Value: filesystem | multifilesystem | database | custom
|
# Value: filesystem | multifilesystem | database | custom
|
||||||
type = filesystem
|
type = filesystem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue