32 lines
932 B
Plaintext
32 lines
932 B
Plaintext
# -*- yaml-mode -*-
|
|
parameters:
|
|
database_driver: pdo_sqlite
|
|
database_driver_class: null
|
|
database_host: null
|
|
database_port: null
|
|
database_name: null
|
|
database_user: null
|
|
database_password: null
|
|
database_path: /var/www/wallabag/wallabag.sqlite
|
|
database_table_prefix: wallabag_
|
|
database_socket: null
|
|
database_charset: utf8mb4
|
|
domain_name: 'https://wallabag.jeremydormitzer.com'
|
|
mailer_transport: smtp
|
|
mailer_host: 184.173.153.194
|
|
mailer_user: postmaster@mg.getpterotype.com
|
|
mailer_password: ${WALLABAG_MAILGUN_PASSWORD:?}
|
|
locale: en
|
|
secret: ${WALLABAG_SECRET:?}
|
|
twofactor_auth: true
|
|
twofactor_sender: no-reply@wallabag.org
|
|
fosuser_registration: true
|
|
fosuser_confirmation: true
|
|
from_email: no-reply@wallabag.org
|
|
rss_limit: 50
|
|
redis_scheme: tcp
|
|
redis_host: localhost
|
|
redis_port: 6379
|
|
redis_path: null
|
|
redis_password: null
|