summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-12-09 18:30:13 +0000
committerfeld <feld@feld.me>2020-12-09 18:30:13 +0000
commit45e1cf902a70e5ab1f2af8d6484002c3d7e93df6 (patch)
tree9bf864f2d4af7b2df3055c8c38a56de3376fccec /config/description.exs
parentc308224aafff4ca5bcbb481930f1eb557ab6ea6d (diff)
parent7fff9c1bee009c7b05679ad8bd57de8bcf58e610 (diff)
downloadpleroma-45e1cf902a70e5ab1f2af8d6484002c3d7e93df6.tar.gz
pleroma-45e1cf902a70e5ab1f2af8d6484002c3d7e93df6.zip
Merge branch 'oauth-entities-expiration-tweaks' into 'develop'
Tweaks to OAuth entities expiration See merge request pleroma/pleroma!3193
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index a663d8127..f4b8768da 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -2540,7 +2540,7 @@ config :pleroma, :config_description, [
key: :token_expires_in,
type: :integer,
description: "The lifetime in seconds of the access token",
- suggestions: [600]
+ suggestions: [2_592_000]
},
%{
key: :issue_new_refresh_token,