aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters.yml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/parameters.yml.dist')
-rw-r--r--app/config/parameters.yml.dist22
1 files changed, 21 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist
index 5ccac492..36e3fe7f 100644
--- a/app/config/parameters.yml.dist
+++ b/app/config/parameters.yml.dist
@@ -19,4 +19,24 @@ parameters:
19 # A secret key that's used to generate certain security-related tokens 19 # A secret key that's used to generate certain security-related tokens
20 secret: ThisTokenIsNotSoSecretChangeIt 20 secret: ThisTokenIsNotSoSecretChangeIt
21 21
22 download_pictures: false # if true, pictures will be stored into data/assets for each article \ No newline at end of file 22 # wallabag misc
23 app.version: 2.0.0-alpha
24
25 download_pictures: false # if true, pictures will be stored into data/assets for each article
26
27 # Entry view
28 share_twitter: true
29 share_mail: true
30 share_shaarli: true
31 shaarli_url: http://myshaarli.com
32 share_diaspora: true
33 diaspora_url: http://diasporapod.com
34 flattr: true
35 carrot: true
36 show_printlink: true
37 export_epub: true
38 export_mobi: true
39 export_pdf: true
40
41 # List view
42 items_on_page: 12 \ No newline at end of file