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