X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FSettings.md;h=3ec2144e74bf3eaea9a79d64d36502b55e51e9be;hb=9678618dd42ea1877d24db683ef79b3b09817584;hp=16b7ec38a4c76726039836d7e2b8160239e52f36;hpb=a6423031eba1236127160ced3028e36401f40536;p=friendica.git diff --git a/doc/Settings.md b/doc/Settings.md index 16b7ec38a4..3ec2144e74 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -104,12 +104,12 @@ Default is false. #### File storage backend Set the backend used by Friendica to store uploaded file data. -Two storage backends are avaiable with Friendica: +Two storage backends are available with Friendica: - **Database** : Data is stored in a dedicated table in database (`storage`) - **Filesystem** : Data is stored as file on the filesystem. -More storage backends can be avaiable from third-party addons. +More storage backends can be available from third-party addons. If you use those, please refer to the documentation of those addons for further information. Default value is 'Database (legacy)': it's the legacy way used to store data directly in database.