mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 01:15:26 +00:00
Merge pull request #2624 from Rurik19/master
Fix #2056 update config.yml
This commit is contained in:
commit
625bb56181
1 changed files with 3 additions and 1 deletions
|
@ -193,7 +193,9 @@ fos_oauth_server:
|
||||||
auth_code_class: Wallabag\ApiBundle\Entity\AuthCode
|
auth_code_class: Wallabag\ApiBundle\Entity\AuthCode
|
||||||
service:
|
service:
|
||||||
user_provider: fos_user.user_manager
|
user_provider: fos_user.user_manager
|
||||||
|
options:
|
||||||
|
refresh_token_lifetime: 1209600
|
||||||
|
|
||||||
scheb_two_factor:
|
scheb_two_factor:
|
||||||
trusted_computer:
|
trusted_computer:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue