aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-11-19 17:32:57 +0100
committerlain <lain@soykaf.club>2020-11-19 17:32:57 +0100
commit5e04f4156ce64e5be633fce19c56bec0d93f53bf (patch)
tree2705d30f1cc374b9cb1ae57be961a2f701655c5f /docs/configuration/cheatsheet.md
parentb38c3de411a863e51f4e00cb34f4ce59c8d333ea (diff)
parentc8d11c306452ea36f5690ba1824434dc71bd9f95 (diff)
downloadpleroma-5e04f4156ce64e5be633fce19c56bec0d93f53bf.tar.gz
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index fa59a27e3..1b321d103 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -63,6 +63,7 @@ To add configuration to your config file, you can copy it from the base config.
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.
* `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances.
* `show_reactions`: Let favourites and emoji reactions be viewed through the API (default: `true`).
+* `password_reset_token_validity`: The time after which reset tokens aren't accepted anymore, in seconds (default: one day).
* `search_function`: What search function to use for fulltext search. Possible values are `:websearch` and `:plain`. `:websearch` enables more complex search queries, but requires at least PostgreSQL 11. (default: `websearch`)
## Welcome