]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/parameters.yml.dist
restore full database settings
[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 database_driver: pdo_sqlite
4 database_port: ~
5 database_name: symfony
6 database_user: root
7 database_password: ~
8 database_path: "%kernel.root_dir%/../data/db/poche.sqlite"
9
10 mailer_transport: smtp
11 mailer_host: 127.0.0.1
12 mailer_user: ~
13 mailer_password: ~
14
15 locale: en
16
17 # A secret key that's used to generate certain security-related tokens
18 secret: ThisTokenIsNotSoSecretChangeIt
19
20 # wallabag misc
21 app.version: 2.0.0-alpha
22
23 download_pictures: false # if true, pictures will be stored into data/assets for each article
24
25 # Entry view
26 share_twitter: true
27 share_mail: true
28 share_shaarli: true
29 shaarli_url: http://myshaarli.com
30 share_diaspora: true
31 diaspora_url: http://diasporapod.com
32 flattr: true
33 carrot: true
34 show_printlink: true
35 export_epub: true
36 export_mobi: true
37 export_pdf: true
38
39 # List view
40 items_on_page: 12