]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/parameters.yml.dist
change type for isRead, isFav and isDeleted fields, as said @j0k3r
[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:
80709502 3 database_driver: pdo_sqlite
9e11bfa4 4 database_path: "%kernel.root_dir%/../data/db/poche.sqlite"
93fd4692
NL
5
6 mailer_transport: smtp
7 mailer_host: 127.0.0.1
8 mailer_user: ~
9 mailer_password: ~
10
11 locale: en
12
13 # A secret key that's used to generate certain security-related tokens
14 secret: ThisTokenIsNotSoSecretChangeIt
2b9fe72b 15
b84a8055
NL
16 # wallabag misc
17 app.version: 2.0.0-alpha
18
19 download_pictures: false # if true, pictures will be stored into data/assets for each article
20
21 # Entry view
22 share_twitter: true
23 share_mail: true
24 share_shaarli: true
25 shaarli_url: http://myshaarli.com
26 share_diaspora: true
27 diaspora_url: http://diasporapod.com
28 flattr: true
29 carrot: true
30 show_printlink: true
31 export_epub: true
32 export_mobi: true
33 export_pdf: true
34
35 # List view
36 items_on_page: 12