1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

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

@@ -9,18 +9,9 @@ parameters:
database_table_prefix: wallabag_
database_socket: null
database_charset: utf8
database_driver_class: null
domain_name: https://your-wallabag-url-instance.com
test_database_driver: pdo_sqlite
test_database_host: 127.0.0.1
test_database_port: ~
test_database_name: ~
test_database_user: ~
test_database_password: ~
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
mailer_transport: smtp
mailer_user: ~
mailer_password: ~
@@ -42,6 +33,11 @@ parameters:
fosuser_registration: true
fosuser_confirmation: true
# 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: no-reply@wallabag.org
rss_limit: 50
@@ -60,5 +56,5 @@ parameters:
redis_path: null
redis_password: null
# Sentry
# sentry logging
sentry_dsn: ~