2016-10-05 12:57:15 +02:00
|
|
|
parameters:
|
|
|
|
|
database_driver: {{ database_driver }}
|
|
|
|
|
database_host: {{ database_host }}
|
|
|
|
|
database_port: {{ database_port }}
|
|
|
|
|
database_name: {{ database_name }}
|
|
|
|
|
database_user: {{ database_user }}
|
|
|
|
|
database_password: {{ database_password }}
|
|
|
|
|
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
|
|
|
|
|
database_table_prefix: wallabag_
|
2016-10-19 10:44:42 +02:00
|
|
|
database_socket: null
|
2017-09-20 18:06:33 +02:00
|
|
|
database_charset: {{ database_charset }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
2017-12-12 22:28:19 +01:00
|
|
|
domain_name: {{ domain_name }}
|
|
|
|
|
|
2018-02-24 15:56:41 +01:00
|
|
|
mailer_transport: {{ mailer_transport }}
|
2016-10-28 13:06:52 +02:00
|
|
|
mailer_user: {{ mailer_user }}
|
|
|
|
|
mailer_password: {{ mailer_password }}
|
2018-02-24 15:56:41 +01:00
|
|
|
mailer_host: {{ mailer_host }}
|
2018-02-23 20:39:10 +01:00
|
|
|
mailer_port: {{ mailer_port }}
|
|
|
|
|
mailer_encryption: {{ mailer_encryption }}
|
2018-02-24 15:56:41 +01:00
|
|
|
mailer_auth_mode: {{ mailer_auth_mode }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
2017-09-20 18:06:33 +02:00
|
|
|
locale: {{ locale }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
|
|
|
|
# A secret key that's used to generate certain security-related tokens
|
2016-10-19 10:44:42 +02:00
|
|
|
secret: {{ secret }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
|
|
|
|
# two factor stuff
|
2020-04-14 21:53:34 +02:00
|
|
|
twofactor_auth: {{ twofactor_auth }}
|
|
|
|
|
twofactor_sender: {{ twofactor_sender }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
|
|
|
|
# fosuser stuff
|
2016-11-02 11:49:53 +01:00
|
|
|
fosuser_registration: {{ registration }}
|
2017-12-08 11:53:02 +01:00
|
|
|
fosuser_confirmation: {{ registration_mail_confirmation }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
2020-12-10 16:04:00 +01:00
|
|
|
# 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
|
|
|
|
|
|
2016-10-28 13:06:52 +02:00
|
|
|
from_email: {{ from_email }}
|
2016-10-05 12:57:15 +02:00
|
|
|
|
|
|
|
|
rss_limit: 50
|
|
|
|
|
|
|
|
|
|
# RabbitMQ processing
|
|
|
|
|
rabbitmq_host: localhost
|
|
|
|
|
rabbitmq_port: 5672
|
|
|
|
|
rabbitmq_user: guest
|
|
|
|
|
rabbitmq_password: guest
|
2017-01-31 16:33:19 +01:00
|
|
|
rabbitmq_prefetch_count: 10
|
2016-10-05 12:57:15 +02:00
|
|
|
|
|
|
|
|
# Redis processing
|
2018-12-07 22:42:18 -05:00
|
|
|
redis_scheme: {{ redis_scheme }}
|
|
|
|
|
redis_host: {{ redis_host }}
|
|
|
|
|
redis_port: {{ redis_port }}
|
|
|
|
|
redis_path: {{ redis_path }}
|
|
|
|
|
redis_password: {{ redis_password }}
|
2019-06-18 19:50:50 +02:00
|
|
|
|
2020-12-10 16:04:00 +01:00
|
|
|
# sentry logging
|
2019-06-19 09:44:34 +02:00
|
|
|
sentry_dsn: {{ sentry_dsn }}
|
2020-12-31 18:44:50 +01:00
|
|
|
|
|
|
|
|
# User-friendly name of your instance for 2FA issuer
|
|
|
|
|
server_name: {{ server_name }}
|