1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

Generate documentation

This commit is contained in:
Github Actions 2021-12-09 15:56:42 +00:00
parent eca36e7c44
commit dc1cf2528b

View file

@ -712,6 +712,7 @@
<p>The backend that is used to store data.</p>
<p>Available backends:</p>
<p><code>multifilesystem</code> : Stores the data in the filesystem.</p>
<p><code>multifilesystem_nolock</code> : The <code>multifilesystem</code> backend without file-based locking. Must only be used with a single process.</p>
<p>Default: <code>multifilesystem</code></p>
</section>
<section class="level5" id="documentation/configuration/storage/filesystem_folder">