aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYuriy Evdokimov <rurik19@yandex.ru>2016-11-21 11:13:40 +0500
committerGitHub <noreply@github.com>2016-11-21 11:13:40 +0500
commit5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39 (patch)
treecbfed1f714185b7963d06921c8771047e2fdbcd0
parentcb1a6590c0e58c56d0612066501b3a586b103ed5 (diff)
downloadwallabag-5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39.tar.gz
wallabag-5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39.tar.zst
wallabag-5e7fdfc8dd4398c11c1e9d242b2a7c3ebba10a39.zip
Fix #2056 update config.yml
Resolves refresh token lifetime issue
-rw-r--r--app/config/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index ffc3bb77..ed217eb5 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -193,7 +193,9 @@ fos_oauth_server:
193 auth_code_class: Wallabag\ApiBundle\Entity\AuthCode 193 auth_code_class: Wallabag\ApiBundle\Entity\AuthCode
194 service: 194 service:
195 user_provider: fos_user.user_manager 195 user_provider: fos_user.user_manager
196 196 options:
197 refresh_token_lifetime: 1209600
198
197scheb_two_factor: 199scheb_two_factor:
198 trusted_computer: 200 trusted_computer:
199 enabled: true 201 enabled: true