2016-04-18 11:00:29 +02:00
|
|
|
parameters:
|
2016-10-19 10:44:42 +02:00
|
|
|
database_driver: pdo_sqlite
|
|
|
|
|
database_host: 127.0.0.1
|
|
|
|
|
database_port: ~
|
|
|
|
|
database_name: symfony
|
|
|
|
|
database_user: root
|
|
|
|
|
database_password: ~
|
2016-04-18 11:00:29 +02:00
|
|
|
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-01-31 16:33:19 +01:00
|
|
|
database_charset: utf8
|
2016-04-18 11:00:29 +02:00
|
|
|
|
2017-12-12 22:28:19 +01:00
|
|
|
domain_name: https://your-wallabag-url-instance.com
|
|
|
|
|
|
2016-04-18 11:00:29 +02:00
|
|
|
mailer_transport: smtp
|
2016-10-05 12:57:15 +02:00
|
|
|
mailer_user: ~
|
|
|
|
|
mailer_password: ~
|
2018-02-24 15:56:41 +01:00
|
|
|
mailer_host: 127.0.0.1
|
|
|
|
|
mailer_port: false
|
2018-02-23 20:39:10 +01:00
|
|
|
mailer_encryption: ~
|
2018-02-24 15:56:41 +01:00
|
|
|
mailer_auth_mode: ~
|
2016-04-18 11:00:29 +02:00
|
|
|
|
|
|
|
|
locale: en
|
|
|
|
|
|
|
|
|
|
# A secret key that's used to generate certain security-related tokens
|
2016-10-05 12:57:15 +02:00
|
|
|
secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
|
2016-04-18 11:00:29 +02:00
|
|
|
|
|
|
|
|
# two factor stuff
|
|
|
|
|
twofactor_auth: true
|
2016-10-05 12:57:15 +02:00
|
|
|
twofactor_sender: no-reply@wallabag.org
|
2016-04-18 11:00:29 +02:00
|
|
|
|
|
|
|
|
# fosuser stuff
|
2016-10-05 12:57:15 +02:00
|
|
|
fosuser_registration: true
|
2016-04-18 11:00:29 +02:00
|
|
|
fosuser_confirmation: true
|
|
|
|
|
|
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-05 12:57:15 +02:00
|
|
|
from_email: no-reply@wallabag.org
|
|
|
|
|
|
|
|
|
|
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
|
2016-10-19 10:44:42 +02:00
|
|
|
redis_scheme: tcp
|
2016-10-05 12:57:15 +02:00
|
|
|
redis_host: localhost
|
|
|
|
|
redis_port: 6379
|
2016-10-19 10:44:42 +02:00
|
|
|
redis_path: null
|
2017-01-31 16:33:19 +01:00
|
|
|
redis_password: null
|
2019-06-18 19:50:50 +02:00
|
|
|
|
2020-12-10 16:04:00 +01:00
|
|
|
# sentry logging
|
2019-06-18 19:50:50 +02:00
|
|
|
sentry_dsn: ~
|
2021-01-05 15:09:39 +01:00
|
|
|
|
|
|
|
|
# User-friendly name of your instance for 2FA issuer
|
|
|
|
|
server_name: Your wallabag instance
|