aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters.yml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r--app/config/parameters.yml.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index 9948fa46..92047121 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -46,6 +46,11 @@ parameters:
46 fosuser_registration: true 46 fosuser_registration: true
47 fosuser_confirmation: true 47 fosuser_confirmation: true
48 48
49 # how long the access token should live in seconds for the API
50 fos_oauth_server_access_token_lifetime: 3600
51 # how long the refresh token should life in seconds for the API
52 fos_oauth_server_refresh_token_lifetime: 1209600
53
49 from_email: no-reply@wallabag.org 54 from_email: no-reply@wallabag.org
50 55
51 rss_limit: 50 56 rss_limit: 50