2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 18:14:57 +02:00

Fix FRIENDICA_DATA description

This commit is contained in:
Philipp Holzer 2021-03-29 00:01:19 +02:00
parent e1b356aea8
commit 7f83f7e218
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD

View file

@ -68,7 +68,7 @@ There are two options to enable background tasks for Friendica:
- `FRIENDICA_LANG` The default language of the Friendica server.
- `FRIENDICA_SITENAME` The Sitename of the Friendica server.
- `FRIENDICA_NO_VALIDATION` If set to `true`, the URL and E-Mail validation will be disabled.
- `FRIENDICA_DATA` If set to `true`, the fileystem will be used instead of 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 Logging**