]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/parameters.yml.dist
Merge pull request #1429 from wallabag/v2-language
[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"
164bd801 10 database_table_prefix: wallabag_
93fd4692
NL
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
2b9fe72b 21
b84a8055
NL
22 # wallabag misc
23 app.version: 2.0.0-alpha
24
fdab81e9
NL
25 # message to display at the bottom of the page
26 warning_message: >
27 You're trying wallabag v2, which is in alpha version. If you find a bug, please have a look to <a href="https://github.com/wallabag/wallabag/issues">our issues list</a> and <a href="https://github.com/wallabag/wallabag/issues/new">open a new if necessary</a>
28
b84a8055
NL
29 download_pictures: false # if true, pictures will be stored into data/assets for each article
30
31 # Entry view
32 share_twitter: true
33 share_mail: true
34 share_shaarli: true
35 shaarli_url: http://myshaarli.com
36 share_diaspora: true
37 diaspora_url: http://diasporapod.com
38 flattr: true
39 carrot: true
40 show_printlink: true
41 export_epub: true
42 export_mobi: true
43 export_pdf: true
44
0bd2cb1e 45 # default user config
78cedc22 46 items_on_page: 12
4ab58dcf 47 theme: material
0bd2cb1e 48 language: en_US
6894d48e 49 from_email: no-reply@wallabag.org
0c83fd59 50 rss_limit: 50