]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/parameters.yml.dist
add tests for 2factor authentication
[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:
03fb6fde
JB
3 database_driver: pdo_sqlite
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 11
03fb6fde
JB
12 test_database_driver: pdo_sqlite
13 test_database_host: 127.0.0.1
14 test_database_port: ~
15 test_database_name: ~
16 test_database_user: ~
17 test_database_password: ~
18 test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
19
93fd4692
NL
20 mailer_transport: smtp
21 mailer_host: 127.0.0.1
22 mailer_user: ~
23 mailer_password: ~
24
25 locale: en
26
27 # A secret key that's used to generate certain security-related tokens
28 secret: ThisTokenIsNotSoSecretChangeIt
2b9fe72b 29
b84a8055
NL
30 # wallabag misc
31 app.version: 2.0.0-alpha
32
fdab81e9
NL
33 # message to display at the bottom of the page
34 warning_message: >
35 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>
36
b84a8055
NL
37 download_pictures: false # if true, pictures will be stored into data/assets for each article
38
39 # Entry view
40 share_twitter: true
41 share_mail: true
42 share_shaarli: true
43 shaarli_url: http://myshaarli.com
44 share_diaspora: true
45 diaspora_url: http://diasporapod.com
46 flattr: true
47 carrot: true
48 show_printlink: true
49 export_epub: true
50 export_mobi: true
51 export_pdf: true
52
0bd2cb1e 53 # default user config
78cedc22 54 items_on_page: 12
4ab58dcf 55 theme: material
0bd2cb1e 56 language: en_US
6894d48e 57 from_email: no-reply@wallabag.org
0c83fd59 58 rss_limit: 50