diff options
author | lain <lain@soykaf.club> | 2020-11-19 17:32:57 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-19 17:32:57 +0100 |
commit | 5e04f4156ce64e5be633fce19c56bec0d93f53bf (patch) | |
tree | 2705d30f1cc374b9cb1ae57be961a2f701655c5f /config/config.exs | |
parent | b38c3de411a863e51f4e00cb34f4ce59c8d333ea (diff) | |
parent | c8d11c306452ea36f5690ba1824434dc71bd9f95 (diff) | |
download | pleroma-5e04f4156ce64e5be633fce19c56bec0d93f53bf.tar.gz pleroma-5e04f4156ce64e5be633fce19c56bec0d93f53bf.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 47eb18442..8d0545704 100644 --- a/config/config.exs +++ b/config/config.exs @@ -264,6 +264,7 @@ config :pleroma, :instance, ] ], show_reactions: true, + password_reset_token_validity: 60 * 60 * 24, search_function: :websearch config :pleroma, :welcome, |