aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2020-04-08 15:18:21 +0200
committerGitHub <noreply@github.com>2020-04-08 15:18:21 +0200
commit365b3dd21f7c4f3e7f2b6f1502f284a6190dd918 (patch)
tree4313efbc3102fb5c931f5c01c9debfa5a15e2f32 /app/config/config.yml
parent023c8117ec6e8284ee288d5775fc9ab09eab1a2e (diff)
parentd20a8c5fb487fbdd0723bfbd09087513062c0b3f (diff)
downloadwallabag-365b3dd21f7c4f3e7f2b6f1502f284a6190dd918.tar.gz
wallabag-365b3dd21f7c4f3e7f2b6f1502f284a6190dd918.tar.zst
wallabag-365b3dd21f7c4f3e7f2b6f1502f284a6190dd918.zip
Merge pull request #4319 from wallabag/feature/token-lifetime-parameters
Add ability to define lifetime token for the API
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 0b325afe..4eea0531 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -195,7 +195,8 @@ fos_oauth_server:
195 service: 195 service:
196 user_provider: fos_user.user_provider.username_email 196 user_provider: fos_user.user_provider.username_email
197 options: 197 options:
198 refresh_token_lifetime: 1209600 198 refresh_token_lifetime: "%fos_oauth_server_refresh_token_lifetime%"
199 access_token_lifetime: "%fos_oauth_server_access_token_lifetime%"
199 200
200scheb_two_factor: 201scheb_two_factor:
201 trusted_device: 202 trusted_device: