diff options
author | rinpatch <rinpatch@sdf.org> | 2019-01-16 10:45:56 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-01-16 10:45:56 +0300 |
commit | bfe2a11a6b64b868d18727359b83edc51ce5bb80 (patch) | |
tree | c7b1b1c69be5ea9f1c0eca29e1acd80ba3ec7603 /docs/config.md | |
parent | a9c27e137d992c991827417af40fe49fafa34be2 (diff) | |
download | pleroma-bfe2a11a6b64b868d18727359b83edc51ce5bb80.tar.gz pleroma-bfe2a11a6b64b868d18727359b83edc51ce5bb80.zip |
Add config doc
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index e3738271b..c2104a9e8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -210,3 +210,8 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando * `max_jobs`: The maximum amount of parallel federation jobs running at the same time. * `initial_timeout`: The initial timeout in seconds * `max_retries`: The maximum number of times a federation job is retried + +## Pleroma.Web.Metadata +* `providers`: a list of metadata providers to enable. Providers avalible: + * Pleroma.Web.Metadata.Providers.OpenGraph + * Pleroma.Web.Metadata.Providers.TwitterCard |