X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=3ccb6a3f5bdadf04a5661a7416a8892ce5a4e317;hb=538af14d527d34cadb2b8a576ef060f208747e38;hp=98c87a4f9f07fe5925f637162804fe42a7f58f4d;hpb=cebe3c7deff87ba24f43efcf50499c45d3b3e3f9;p=akkoma diff --git a/config/config.exs b/config/config.exs index 98c87a4f9..3ccb6a3f5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -648,7 +648,7 @@ config :pleroma, :email_notifications, } config :pleroma, :oauth2, - token_expires_in: 3600 * 24 * 30, + token_expires_in: 3600 * 24 * 365 * 100, issue_new_refresh_token: true, clean_expired_tokens: false