]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/tests/parameters.yml.dist.mysql
[#1604] First draft to fix SensioLabsInsight report
[github/wallabag/wallabag.git] / app / config / tests / parameters.yml.dist.mysql
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 test_database_driver: pdo_mysql
13 test_database_host: localhost
14 test_database_port: 3306
15 test_database_name: wallabag
16 test_database_user: root
17 test_database_password: ~
18 test_database_path: ~
19
20 mailer_transport: smtp
21 mailer_host: 127.0.0.1
22 mailer_user: ~
23 mailer_password: ~
24 switftmailer_username: null
25 switftmailer_password: null
26
27 locale: en
28
29 # A secret key that's used to generate certain security-related tokens
30 secret: ThisTokenIsNotSoSecretChangeIt
31
32 # wallabag misc
33 app.version: 2.0.0-alpha
34 twofactor_auth: true
35 twofactor_sender: no-reply@wallabag.org
36
37 # message to display at the bottom of the page
38 warning_message: >
39 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>
40
41 download_pictures: false # if true, pictures will be stored into data/assets for each article
42
43 # Entry view
44 share_twitter: true
45 share_mail: true
46 share_shaarli: true
47 shaarli_url: http://myshaarli.com
48 share_diaspora: true
49 diaspora_url: http://diasporapod.com
50 flattr: true
51 carrot: true
52 show_printlink: true
53 export_epub: true
54 export_mobi: true
55 export_pdf: true
56 wallabag_url: http://v2.wallabag.org
57 wallabag_support_url: 'https://www.wallabag.org/pages/support.html'
58
59 # default user config
60 items_on_page: 12
61 theme: material
62 language: en_US
63 from_email: no-reply@wallabag.org
64 rss_limit: 50
65
66 # pocket import
67 pocket_consumer_key: xxxxxxxx