]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/tests/parameters.yml.dist.sqlite
Always include warning message
[github/wallabag/wallabag.git] / app / config / tests / parameters.yml.dist.sqlite
CommitLineData
03fb6fde
JB
1# This file is a "template" of what your parameters.yml file should look like
2parameters:
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_sqlite
13 test_database_host: localhost
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
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
29
30 # wallabag misc
31 app.version: 2.0.0-alpha
e9b395ec
NL
32 twofactor_auth: true
33 twofactor_sender: no-reply@wallabag.org
03fb6fde 34
03fb6fde
JB
35 download_pictures: false # if true, pictures will be stored into data/assets for each article
36
37 # Entry view
38 share_twitter: true
39 share_mail: true
40 share_shaarli: true
41 shaarli_url: http://myshaarli.com
42 share_diaspora: true
43 diaspora_url: http://diasporapod.com
44 flattr: true
45 carrot: true
46 show_printlink: true
47 export_epub: true
48 export_mobi: true
49 export_pdf: true
b89444ad
TC
50 export_csv: true
51 export_json: true
52 export_txt: true
53 export_xml: true
add597ba 54 wallabag_url: http://v2.wallabag.org
23ff8d36 55 wallabag_support_url: 'https://www.wallabag.org/pages/support.html'
03fb6fde 56
9c9c23cf 57 # pocket import
6d7c7a6e 58 pocket_consumer_key: xxxxxxxx