]> git.mxchange.org Git - friendica.git/blobdiff - doc/Settings.md
Add missing non-empty data condition to Protocol\PortableContact
[friendica.git] / doc / Settings.md
index 6eb3a5c4404250a13f55368d80bd28a1e3e74aea..ed25e580a2810176b01c2f20a9f8c4d5ec6218c6 100644 (file)
@@ -110,8 +110,9 @@ Two storage backends are avaiable with Friendica:
 - **Filesystem** : Data is stored as file on the filesystem.
 
 More storage backends can be avaiable from third-party addons.
+If you use those, please refer to the documentation of those addons for further information.
 
-Default value is 'None': it's the legacy way used to store data directly in database.
+Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.
 
 Existing data can be moved to the current active backend using the ['storage move' console command](help/tools)