]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/parameters.yml.dist
Add Docker configuration for Postgres and MariaDB
[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:
1d41effe
FM
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
03fb6fde
JB
13 database_driver: pdo_sqlite
14 database_host: 127.0.0.1
61b9fdd5
NL
15 database_port: ~
16 database_name: symfony
17 database_user: root
18 database_password: ~
732c2ad8 19 database_path: "%kernel.root_dir%/../data/db/wallabag.sqlite"
164bd801 20 database_table_prefix: wallabag_
93fd4692 21
03fb6fde
JB
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
93fd4692
NL
30 mailer_transport: smtp
31 mailer_host: 127.0.0.1
32 mailer_user: ~
33 mailer_password: ~
34
35 locale: en
36
37 # A secret key that's used to generate certain security-related tokens
38 secret: ThisTokenIsNotSoSecretChangeIt
2b9fe72b 39
b84a8055
NL
40 # wallabag misc
41 app.version: 2.0.0-alpha
18cf594f
NL
42 twofactor_auth: true
43 twofactor_sender: no-reply@wallabag.org
b84a8055 44
fdab81e9
NL
45 # message to display at the bottom of the page
46 warning_message: >
47 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>
48
b84a8055
NL
49 download_pictures: false # if true, pictures will be stored into data/assets for each article
50
51 # Entry view
52 share_twitter: true
53 share_mail: true
54 share_shaarli: true
55 shaarli_url: http://myshaarli.com
56 share_diaspora: true
57 diaspora_url: http://diasporapod.com
58 flattr: true
59 carrot: true
60 show_printlink: true
61 export_epub: true
62 export_mobi: true
63 export_pdf: true
add597ba 64 wallabag_url: http://v2.wallabag.org
23ff8d36 65 wallabag_support_url: 'https://www.wallabag.org/pages/support.html'
b84a8055 66
0bd2cb1e 67 # default user config
78cedc22 68 items_on_page: 12
4ab58dcf 69 theme: material
23ff8d36 70 language: en
6894d48e 71 from_email: no-reply@wallabag.org
0c83fd59 72 rss_limit: 50
1f4408de
NL
73
74 # pocket import
6d7c7a6e 75 pocket_consumer_key: xxxxxxxx