mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
# This file is auto-generated during the composer install
|
|
parameters:
|
|
database_driver: pdo_mysql
|
|
database_host: 127.0.0.1
|
|
database_port: ~
|
|
database_name: __DB_NAME__
|
|
database_user: __DB_USER__
|
|
database_password: __DB_PWD__
|
|
database_path: null
|
|
database_table_prefix: null
|
|
database_socket: null
|
|
database_charset: utf8mb4
|
|
domain_name: 'https://__DOMAIN____PATH__'
|
|
server_name: 'Your wallabag instance'
|
|
mailer_dsn: smtp://__APP__:__MAIL_PWD__@__DOMAIN__:25
|
|
locale: en
|
|
secret: __DESKEY__
|
|
twofactor_sender: no-reply@wallabag.org
|
|
fosuser_registration: false
|
|
fosuser_confirmation: true
|
|
fos_oauth_server_access_token_lifetime: 3600
|
|
fos_oauth_server_refresh_token_lifetime: 1209600
|
|
from_email: no-reply@wallabag.org
|
|
rss_limit: 50
|
|
|
|
rabbitmq_host: localhost
|
|
rabbitmq_port: 5672
|
|
rabbitmq_user: guest
|
|
rabbitmq_password: guest
|
|
rabbitmq_prefetch_count: 10
|
|
|
|
redis_scheme: tcp
|
|
redis_host: localhost
|
|
redis_port: 6379
|
|
redis_path: null
|
|
redis_password: null
|
|
|
|
sentry_dsn: ~
|