Files
wallabag_docker/root/var/www/wallabag/app/config/parameters.yml

64 lines
1.6 KiB
YAML
Raw Normal View History

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
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
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
secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
2016-04-18 11:00:29 +02:00
# two factor stuff
twofactor_auth: true
twofactor_sender: no-reply@wallabag.org
2016-04-18 11:00:29 +02:00
# fosuser stuff
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
from_email: no-reply@wallabag.org
rss_limit: 50
# RabbitMQ processing
rabbitmq_host: localhost
rabbitmq_port: 5672
rabbitmq_user: guest
rabbitmq_password: guest
rabbitmq_prefetch_count: 10
# Redis processing
2016-10-19 10:44:42 +02:00
redis_scheme: tcp
redis_host: localhost
redis_port: 6379
2016-10-19 10:44:42 +02:00
redis_path: null
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: ~
# User-friendly name of your instance for 2FA issuer
server_name: Your wallabag instance