2015-01-22 08:30:07 +01:00
|
|
|
# This file is a "template" of what your parameters.yml file should look like
|
|
|
|
parameters:
|
2015-01-28 13:43:23 +01:00
|
|
|
database_driver: pdo_sqlite
|
2015-02-04 21:34:03 +01:00
|
|
|
database_host: 127.0.0.1
|
2015-02-04 21:26:15 +01:00
|
|
|
database_port: ~
|
|
|
|
database_name: symfony
|
|
|
|
database_user: root
|
|
|
|
database_password: ~
|
2015-02-22 17:18:54 +01:00
|
|
|
database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
|
2015-03-28 11:29:19 +01:00
|
|
|
database_table_prefix: wallabag_
|
2015-01-22 08:30:07 +01:00
|
|
|
|
|
|
|
mailer_transport: smtp
|
|
|
|
mailer_host: 127.0.0.1
|
|
|
|
mailer_user: ~
|
|
|
|
mailer_password: ~
|
|
|
|
|
|
|
|
locale: en
|
|
|
|
|
|
|
|
# A secret key that's used to generate certain security-related tokens
|
|
|
|
secret: ThisTokenIsNotSoSecretChangeIt
|
2015-01-22 10:14:37 +01:00
|
|
|
|
2015-01-23 14:58:17 +01:00
|
|
|
# wallabag misc
|
|
|
|
app.version: 2.0.0-alpha
|
|
|
|
|
|
|
|
download_pictures: false # if true, pictures will be stored into data/assets for each article
|
|
|
|
|
|
|
|
# Entry view
|
|
|
|
share_twitter: true
|
|
|
|
share_mail: true
|
|
|
|
share_shaarli: true
|
|
|
|
shaarli_url: http://myshaarli.com
|
|
|
|
share_diaspora: true
|
|
|
|
diaspora_url: http://diasporapod.com
|
|
|
|
flattr: true
|
|
|
|
carrot: true
|
|
|
|
show_printlink: true
|
|
|
|
export_epub: true
|
|
|
|
export_mobi: true
|
|
|
|
export_pdf: true
|
|
|
|
|
2015-02-22 10:50:27 +01:00
|
|
|
# default user config
|
2015-02-16 21:31:16 +01:00
|
|
|
items_on_page: 12
|
2015-08-04 22:51:21 +02:00
|
|
|
theme: material
|
2015-02-22 10:50:27 +01:00
|
|
|
language: en_US
|
2015-03-07 23:25:36 +01:00
|
|
|
from_email: no-reply@wallabag.org
|
2015-03-28 14:27:45 +01:00
|
|
|
rss_limit: 50
|