Update to 2.4.0

This commit is contained in:
Jeremy Benoist
2020-12-10 16:04:00 +01:00
parent bd6e2b174e
commit a04e494755
7 changed files with 15 additions and 17 deletions

View File

@ -1,6 +1,5 @@
parameters:
database_driver: {{ database_driver }}
database_driver_class: {{ database_driver_class }}
database_host: {{ database_host }}
database_port: {{ database_port }}
database_name: {{ database_name }}
@ -34,6 +33,11 @@ parameters:
fosuser_registration: {{ registration }}
fosuser_confirmation: {{ registration_mail_confirmation }}
# how long the access token should live in seconds for the API
fos_oauth_server_access_token_lifetime: 3600
# how long the refresh token should life in seconds for the API
fos_oauth_server_refresh_token_lifetime: 1209600
from_email: {{ from_email }}
rss_limit: 50
@ -52,5 +56,5 @@ parameters:
redis_path: {{ redis_path }}
redis_password: {{ redis_password }}
# Sentry
# sentry logging
sentry_dsn: {{ sentry_dsn }}