jdormit-infra/prod/wallabag/packer/templates/wallabag-params.yml.template

32 lines
940 B
Plaintext
Raw Normal View History

# -*- 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
2021-01-07 15:48:14 +00:00
database_path: /var/www/wallabag/data/db/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