Friendica - fix typo

This commit is contained in:
Philipp 2022-01-06 19:37:12 +01:00
parent b876abc3ac
commit a6d6aeabda
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Friendica requires background tasks to fetch and send all kind of messages and m
- `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled. - `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled.
- `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default ist the DB backend. - `FRIENDICA_DATA` Set the name of the storage provider (e.g `Filesystem` to use filesystem), default ist the DB backend.
- `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data). - `FRIENDICA_DATA_DIR` The data directory of the Friendica server (Default: /var/www/data).
- `FRIENDICA_UPDATE` Force starting the Friendica update even it's the same version (Default: `false`). - `FRIENDICA_UPGRADE` Force starting the Friendica update even it's the same version (Default: `false`).
**Friendica Logging** **Friendica Logging**