]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/parameters.yml.dist
97933ec33a82729ce93281ecfddbf4d99cbadb29
[github/wallabag/wallabag.git] / app / config / parameters.yml.dist
1 # This file is a "template" of what your parameters.yml file should look like
2 parameters:
3 database_driver: pdo_sqlite
4 database_host: 127.0.0.1
5 database_port: ~
6 database_name: symfony
7 database_user: root
8 database_password: ~
9 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
10 database_table_prefix: wallabag_
11
12 mailer_transport: smtp
13 mailer_host: 127.0.0.1
14 mailer_user: ~
15 mailer_password: ~
16
17 locale: en
18
19 # A secret key that's used to generate certain security-related tokens
20 secret: ThisTokenIsNotSoSecretChangeIt
21
22 # wallabag misc
23 app.version: 2.0.0-alpha
24
25 download_pictures: false # if true, pictures will be stored into data/assets for each article
26
27 # Entry view
28 share_twitter: true
29 share_mail: true
30 share_shaarli: true
31 shaarli_url: http://myshaarli.com
32 share_diaspora: true
33 diaspora_url: http://diasporapod.com
34 flattr: true
35 carrot: true
36 show_printlink: true
37 export_epub: true
38 export_mobi: true
39 export_pdf: true
40
41 # default user config
42 items_on_page: 12
43 theme: material
44 language: en_US
45 from_email: no-reply@wallabag.org
46 rss_limit: 50