]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/parameters.yml.dist
[#1604] First draft to fix SensioLabsInsight report
[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 # Uncomment these settings or manually update your parameters.yml
4 # to use docker-compose
5 #
6 # database_driver: %env.database_driver%
7 # database_host: %env.database_host%
8 # database_port: %env.database_port%
9 # database_name: %env.database_name%
10 # database_user: %env.database_user%
11 # database_password: %env.database_password%
12
13 database_driver: pdo_sqlite
14 database_host: 127.0.0.1
15 database_port: ~
16 database_name: symfony
17 database_user: root
18 database_password: ~
19 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
20 database_table_prefix: wallabag_
21
22 test_database_driver: pdo_sqlite
23 test_database_host: 127.0.0.1
24 test_database_port: ~
25 test_database_name: ~
26 test_database_user: ~
27 test_database_password: ~
28 test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
29
30 mailer_transport: smtp
31 mailer_host: 127.0.0.1
32 mailer_user: ~
33 mailer_password: ~
34 switftmailer_username: null
35 switftmailer_password: null
36
37 locale: en
38
39 # A secret key that's used to generate certain security-related tokens
40 secret: ovmpmAWXRCabNlMgzlzFXDYmCFfzGv
41
42 # wallabag misc
43 app.version: 2.0.0-alpha
44 twofactor_auth: true
45 twofactor_sender: no-reply@wallabag.org
46
47 # message to display at the bottom of the page
48 warning_message: >
49 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>
50
51 download_pictures: false # if true, pictures will be stored into data/assets for each article
52
53 # Entry view
54 share_twitter: true
55 share_mail: true
56 share_shaarli: true
57 shaarli_url: http://myshaarli.com
58 share_diaspora: true
59 diaspora_url: http://diasporapod.com
60 flattr: true
61 carrot: true
62 show_printlink: true
63 export_epub: true
64 export_mobi: true
65 export_pdf: true
66 wallabag_url: http://v2.wallabag.org
67 wallabag_support_url: 'https://www.wallabag.org/pages/support.html'
68
69 # default user config
70 items_on_page: 12
71 theme: material
72 language: en
73 from_email: no-reply@wallabag.org
74 rss_limit: 50
75
76 # pocket import
77 pocket_consumer_key: xxxxxxxx